Module tapestry.persist
Back to master index
Module tapestry.persistVersion:4.0.0
Package:org.apache.tapestry.record
Services for managing page property persistence.
Configuration Points
tapestry.persist.PersistenceStrategy
1 configuration points
Service Points
tapestry.persist.AppClientPropertyPersistenceScope
tapestry.persist.AppClientPropertyPersistenceStrategy
tapestry.persist.PageClientPropertyPersistenceScope
tapestry.persist.PageClientPropertyPersistenceStrategy
tapestry.persist.PersistentPropertyDataEncoder
tapestry.persist.PropertyPersistenceStrategySource
tapestry.persist.SessionPropertyPersistenceStrategy
7 service points
Contribution to tapestry.persist.PersistenceStrategy
<strategy name="session" object="service:SessionPropertyPersistenceStrategy" />
<strategy name="client" object="service:PageClientPropertyPersistenceStrategy" />
<strategy name="client:page" object="service:PageClientPropertyPersistenceStrategy" />
<strategy name="client:app" object="service:AppClientPropertyPersistenceStrategy" />

Back to master index