|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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 |
Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |