Package org.apache.tiles.request
Class ApplicationAccess
java.lang.Object
org.apache.tiles.request.ApplicationAccess
Entry point to get information about the application.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe attribute name that will be used to store the application context itself.
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister(ApplicationContext applicationContext) Registers an application context.
- 
Field Details- 
APPLICATION_CONTEXT_ATTRIBUTEThe attribute name that will be used to store the application context itself.
 
- 
- 
Method Details- 
registerRegisters an application context. It will be registered into itself as an attribute, using theAPPLICATION_CONTEXT_ATTRIBUTEname.- Parameters:
- applicationContext- The application context to register.
 
 
-