Package | Description |
---|---|
org.apache.tapestry.engine.state |
Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
StateObjectFactory |
StateObjectContribution.getFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ApplicationScopeManager.get(java.lang.String objectName,
StateObjectFactory factory) |
java.lang.Object |
SessionScopeManager.get(java.lang.String objectName,
StateObjectFactory factory) |
java.lang.Object |
StateObjectPersistenceManager.get(java.lang.String objectName,
StateObjectFactory factory) |
void |
StateObjectContribution.setFactory(StateObjectFactory factory) |
Constructor and Description |
---|
StateObjectManagerImpl(java.lang.String name,
StateObjectFactory factory,
StateObjectPersistenceManager persistenceManager) |