Package org.apache.tiles.request
Class ApplicationAccess
java.lang.Object
org.apache.tiles.request.ApplicationAccess
Entry point to get information about the application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The attribute name that will be used to store the application context itself. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(ApplicationContext applicationContext) Registers an application context.
-
Field Details
-
APPLICATION_CONTEXT_ATTRIBUTE
The attribute name that will be used to store the application context itself.
-
-
Method Details
-
register
Registers an application context. It will be registered into itself as an attribute, using theAPPLICATION_CONTEXT_ATTRIBUTE
name.- Parameters:
applicationContext
- The application context to register.
-