Module tapestry.persist
Back to master index
Module tapestry.persistVersion:4.0.0
Package:org.apache.tapestry.record
Services for managing page property persistence.
Configurations
tapestry.persist.PersistenceStrategy
Services
tapestry.persist.ClientPropertyPersistenceStrategy
tapestry.persist.PropertyPersistenceStrategySource
tapestry.persist.SessionPropertyPersistenceStrategy
Contribution to tapestry.persist.PersistenceStrategy
<strategy name="session" object="service:SessionPropertyPersistenceStrategy" />
<strategy name="client" object="service:ClientPropertyPersistenceStrategy" />

Back to master index