See: Description
Interface | Description |
---|---|
ApplicationStateManager | |
StateObjectFactory |
A factory of application state objects.
|
StateObjectManager |
Interface for an object that manages a single application state object.
|
StateObjectManagerRegistry | |
StateObjectPersistenceManager |
Interface for the nuts and bolts of getting and storing application state objects.
|
Class | Description |
---|---|
ApplicationScopeManager |
The application scope is for objects that are global to all users and all sessions.
|
ApplicationStateManagerImpl |
This implementation expects to be pooled.
|
DefaultGlobalStateObjectFactory |
The default factory for the (default) global application state object.
|
InstantiateClassStateObjectFactory |
Simple state object factory that instantiates an instance of a class.
|
NamedClassStateObjectFactory |
Used to instantiate the a state object from a configurable class name.
|
SessionScopeManager |
Manager for the 'session' scope; state objects are stored as HttpSession attributes.
|
SOMRegistryImpl | |
StateObjectContribution |
Contribution to the tapestry.state.ApplicationObjects or tapestry.state.FactoryObjects
configuration points.
|
StateObjectManagerImpl |