Uses of Interface
com.uwyn.rife.engine.StateStore

Packages that use StateStore
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.servlet Provides classes to start and stop a RIFE application from a servlet container, both as filters and servlets. 
com.uwyn.rife.test Provides classes and interfaces for the out-of-container testing framework. 
 

Uses of StateStore in com.uwyn.rife.engine
 

Classes in com.uwyn.rife.engine that implement StateStore
 class StateStoreQuery
           
 class StateStoreSession
           
 

Methods in com.uwyn.rife.engine that return StateStore
static StateStore StateStoreFactory.getInstance(String identifier)
           
 

Methods in com.uwyn.rife.engine with parameters of type StateStore
 ResultStates ResultStates.cloneForStateStore(StateStore store)
           
 void Request.init(StateStore stateStore)
          Initialize the state of this request from a StateStore.
static void StateStoreFactory.put(String identifier, StateStore stateStore)
           
 

Uses of StateStore in com.uwyn.rife.servlet
 

Methods in com.uwyn.rife.servlet with parameters of type StateStore
 void HttpRequest.init(StateStore stateStore)
           
 

Uses of StateStore in com.uwyn.rife.test
 

Methods in com.uwyn.rife.test with parameters of type StateStore
 void MockRequest.init(StateStore stateStore)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.