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