Module tapestry.state
Back to master index

[public] Configuration Point tapestry.state.StateObjectPersistenceManagersOccurs: unbounded
Defines different ways of persisting application state objects between requests; this is the 'scope' of a state object.
Schema
Element <manager>
Defines a manager, which is referenced by its scope name.
Attribute object (required) Translator: object
The static object persistence manager, an object implementing the StateObjectPersistenceManager interface.
Attribute scope Translator: string
The name of the manager.
Conversion Rules
<push-attribute attribute="object" />
<invoke-parent method="addElement" />
Contribution from module tapestry.state
<manager object="instance:ApplicationScopeManager" scope="application" />
<manager object="service:SessionScopeManager" scope="session" />

Module tapestry.state
Back to master index