Module tapestry.state
Back to master index

[public] Configuration Point tapestry.state.FactoryObjectsOccurs: unbounded
Schema:tapestry.state.StateObjectContribution
Contains factory default definitions of application state objects. These definitions can be overriden by contributing to the ApplicationObjects configuration point.
Contribution from module tapestry.state
<state-object name="global" scope="application" >
  • <invoke-factory object="service:DefaultGlobalFactory" />
</state-object>
<state-object name="visit" scope="session" >
  • <invoke-factory object="service:DefaultVisitFactory" />
</state-object>

Module tapestry.state
Back to master index