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 SummaryConstructors Constructor Description SessionPersistentFieldStrategy(Request request)
 - 
Method Summary- 
Methods inherited from class org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategyconvertApplicationValueToPersisted, convertPersistedToApplicationValue, didReadChange, discardChanges, gatherFieldChanges, postChange
 
- 
 
- 
- 
- 
Constructor Detail- 
SessionPersistentFieldStrategypublic SessionPersistentFieldStrategy(Request request) 
 
- 
 
-