Module
tapestry.state
Back to master index
Service Point tapestry.state.SessionScopeManager
Interface:
org.apache.tapestry.engine.state.StateObjectPersistenceManager
Manages application state objects in the session.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
SessionScopeManager
" >
<set-object
property
="
request
"
value
="
infrastructure:request
" />
<set-object
property
="
applicationId
"
value
="
infrastructure:applicationId
" />
</construct>
</invoke-factory>
Module
tapestry.state
Back to master index