org.jaffa.presentation.portlet.session |
|
Java Source File Name | Type | Comment |
LocaleContext.java | Class | This class has a ThreadLocal variable to store the locale for a given Thread. |
SessionManager.java | Class | This class holds information about all the UserSession objects in use currently. |
UserSession.java | Class | This UserSession Object maintains all the state about the a specific user within the context of the Web Server. |
UserSessionSetupException.java | Class | |
WidgetCache.java | Class | An instance of this class is used by components to cache the various widget models, across all the FormBeans. |