Package | Description |
---|---|
org.apache.tapestry.engine.state |
Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
StateObjectManagerImpl(java.lang.String name,
StateObjectFactory factory,
StateObjectPersistenceManager persistenceManager) |