Package org.apache.tapestry.engine.state

Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).

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  
 

Package org.apache.tapestry.engine.state Description

Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.