Configuration Point tapestry.persist.PersistenceStrategy | Occurs: | unbounded | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Defines the different strategies for persisting page properties between requests. The names match against the persist attribute of the property element. | |||||||||||||||||||||||
Schema | |||||||||||||||||||||||
|
|||||||||||||||||||||||
Contribution from module tapestry.persist | |||||||||||||||||||||||
<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" /> |