|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateObjectPersistenceManager | |
org.apache.tapestry.engine.state | Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects). |
Uses of StateObjectPersistenceManager in org.apache.tapestry.engine.state |
Classes in org.apache.tapestry.engine.state that implement StateObjectPersistenceManager | |
class |
ApplicationScopeManager
The application scope is for objects that are global to all users and all sessions. |
class |
SessionScopeManager
Manager for the 'session' scope; state objects are stored as HttpSession attributes. |
Constructors in org.apache.tapestry.engine.state with parameters of type StateObjectPersistenceManager | |
StateObjectManagerImpl(java.lang.String name,
StateObjectFactory factory,
StateObjectPersistenceManager persistenceManager)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |