|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateObjectFactory | |
---|---|
org.apache.tapestry.engine.state | Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects). |
Uses of StateObjectFactory in org.apache.tapestry.engine.state |
---|
Classes in org.apache.tapestry.engine.state that implement StateObjectFactory | |
---|---|
class |
DefaultGlobalStateObjectFactory
The default factory for the (default) global application state object. |
class |
InstantiateClassStateObjectFactory
Simple state object factory that instantiates an instance of a class. |
class |
NamedClassStateObjectFactory
Used to instantiate the a state object from a configurable class name. |
Methods in org.apache.tapestry.engine.state that return StateObjectFactory | |
---|---|
StateObjectFactory |
StateObjectContribution.getFactory()
|
Methods in org.apache.tapestry.engine.state with parameters of type StateObjectFactory | |
---|---|
Object |
ApplicationScopeManager.get(String objectName,
StateObjectFactory factory)
|
Object |
StateObjectPersistenceManager.get(String objectName,
StateObjectFactory factory)
|
Object |
SessionScopeManager.get(String objectName,
StateObjectFactory factory)
|
void |
StateObjectContribution.setFactory(StateObjectFactory factory)
|
Constructors in org.apache.tapestry.engine.state with parameters of type StateObjectFactory | |
---|---|
StateObjectManagerImpl(String name,
StateObjectFactory factory,
StateObjectPersistenceManager persistenceManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |