Class ApplicationAccess

java.lang.Object
org.apache.tiles.request.ApplicationAccess

public final class ApplicationAccess extends Object
Entry point to get information about the application.
  • Field Details

    • APPLICATION_CONTEXT_ATTRIBUTE

      public static final String APPLICATION_CONTEXT_ATTRIBUTE
      The attribute name that will be used to store the application context itself.
  • Method Details

    • register

      public static void register(ApplicationContext applicationContext)
      Registers an application context. It will be registered into itself as an attribute, using the APPLICATION_CONTEXT_ATTRIBUTE name.
      Parameters:
      applicationContext - The application context to register.