Class SessionPersistentFieldStrategy
java.lang.Object
org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
org.apache.tapestry5.internal.services.SessionPersistentFieldStrategy
- All Implemented Interfaces:
PersistentFieldStrategy
A strategy for storing persistent page properties into the
session
.
Builds attribute names as: state:page-name:component-id:field-name
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
convertApplicationValueToPersisted, convertPersistedToApplicationValue, didReadChange, discardChanges, gatherFieldChanges, postChange
-
Constructor Details
-
SessionPersistentFieldStrategy
-