| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use UserSession | |
| org.jaffa.presentation.portlet | |
| org.jaffa.presentation.portlet.component | |
| org.jaffa.presentation.portlet.session | |
| org.jaffa.presentation.portlet.widgets.taglib | |
| Uses of UserSession in org.jaffa.presentation.portlet | 
| Methods in org.jaffa.presentation.portlet with parameters of type UserSession | |
| protected  void | PortletFilter.initUserInfo(UserSession us)This is invoked by the performSecurityCheck() method, when it automatically creates a new UserSession object for an authenticated user. | 
| Uses of UserSession in org.jaffa.presentation.portlet.component | 
| Methods in org.jaffa.presentation.portlet.component that return UserSession | |
|  UserSession | IComponent.getUserSession()Returns the UserSession, under which the Component was created | 
|  UserSession | Component.getUserSession()Returns the UserSession, under which the Component was created | 
| Methods in org.jaffa.presentation.portlet.component with parameters of type UserSession | |
| static Component | ComponentManager.run(String comp,
       UserSession us)Creates an instance of the named component. | 
| Uses of UserSession in org.jaffa.presentation.portlet.session | 
| Methods in org.jaffa.presentation.portlet.session that return UserSession | |
| static UserSession | UserSession.getUserSession(HttpServletRequest request)Get the UserSession object from the servlet session object. | 
| static UserSession[] | SessionManager.getSessions()Returns an array of all the UserSession objects in use. | 
| static UserSession | SessionManager.getSession(String sessionId)Returns the UserSession object for a sessionId. | 
| Methods in org.jaffa.presentation.portlet.session with parameters of type UserSession | |
| static void | SessionManager.addSession(UserSession s)Adds a UserSession. | 
| static void | SessionManager.removeSession(UserSession s)Removes a UserSession. | 
| Uses of UserSession in org.jaffa.presentation.portlet.widgets.taglib | 
| Methods in org.jaffa.presentation.portlet.widgets.taglib that return UserSession | |
| static UserSession | TagHelper.getUserSession(PageContext pageContext)A convenience method to get the UserSession. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||