Uses of Interface
org.apache.tapestry.engine.state.StateObjectPersistenceManager

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(String name, StateObjectFactory factory, StateObjectPersistenceManager persistenceManager)
           
 



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