Uses of Interface
org.apache.jetspeed.services.statemanager.SessionState

Packages that use SessionState
org.apache.jetspeed.services.rundata   
org.apache.jetspeed.services.statemanager   
 

Uses of SessionState in org.apache.jetspeed.services.rundata
 

Methods in org.apache.jetspeed.services.rundata that return SessionState
 SessionState JetspeedRunData.getUserSessionState()
          Access the current request's UserSession state object.
 SessionState JetspeedRunData.getPageSessionState()
          Access the current request's PageSession state object.
 SessionState JetspeedRunData.getPortletSessionState(java.lang.String id)
          Access the current request's PortletSession state object.
 SessionState DefaultJetspeedRunData.getUserSessionState()
          Access the current request's UserSession state object.
 SessionState DefaultJetspeedRunData.getPageSessionState()
          Access the current request's PageSession state object.
 SessionState DefaultJetspeedRunData.getPortletSessionState(java.lang.String id)
          Access the current request's PortletSession state object.
 

Uses of SessionState in org.apache.jetspeed.services.statemanager
 

Methods in org.apache.jetspeed.services.statemanager that return SessionState
 SessionState StateManagerService.getSessionState(java.lang.String key)
          Access an SessionState object with the given key.
 SessionState StateManagerService.getCurrentSessionState()
          Access the SessionState object associated with the current request's http session.
 SessionState StateManagerService.getCurrentSessionState(java.lang.String key)
          Access the SessionState object associated with the current request's http session with the given key.
 SessionState BaseStateManagerService.getSessionState(java.lang.String key)
          Access an SessionState object with the given key.
 SessionState BaseStateManagerService.getCurrentSessionState()
          Access the SessionState object associated with the current request's http session.
 SessionState BaseStateManagerService.getCurrentSessionState(java.lang.String key)
          Access the SessionState object associated with the current request's http session with the given key.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.