Uses of Interface
org.mortbay.j2ee.session.State

Packages that use State
org.mortbay.j2ee.session   
 

Uses of State in org.mortbay.j2ee.session
 

Classes in org.mortbay.j2ee.session that implement State
 class AroundInterceptor
           
 class LocalState
          Hold the state of an HttpSession
 class StateInterceptor
          Superlass for StateInterceptors - objects which wrap-n-delegate/decorate a State instance.
 class ValidatingInterceptor
           
 

Methods in org.mortbay.j2ee.session that return State
protected  State Manager.destroyContainer(javax.servlet.http.HttpSession session)
           
static State Container.destroyContainer(javax.servlet.http.HttpSession session, StateInterceptor[] interceptors)
           
protected  State StateInterceptor.getState()
           
 State Store.loadState(String id)
           
 State AbstractReplicatedStore.loadState(String id)
           
 State LocalStore.loadState(String id)
           
 State Store.newState(String id, int maxInactiveInterval)
           
 State AbstractReplicatedStore.newState(String id, int maxInactiveInterval)
           
 State LocalStore.newState(String id, int maxInactiveInterval)
           
 

Methods in org.mortbay.j2ee.session with parameters of type State
static javax.servlet.http.HttpSession Container.newContainer(Manager manager, String id, State state, int maxInactiveInterval, long currentSecond, StateInterceptor[] interceptors)
           
protected  javax.servlet.http.HttpSession Manager.newContainer(String id, State state)
           
 void Store.removeState(State state)
           
 void AbstractReplicatedStore.removeState(State state)
           
 void LocalStore.removeState(State state)
           
protected  void StateInterceptor.setState(State state)
           
 void Store.storeState(State state)
           
 void AbstractReplicatedStore.storeState(State state)
           
 void LocalStore.storeState(State state)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.