Class AbstractSessionPersistentFieldStrategy

java.lang.Object
org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
All Implemented Interfaces:
PersistentFieldStrategy
Direct Known Subclasses:
EntityPersistentFieldStrategy, EntityPersistentFieldStrategy, FlashPersistentFieldStrategy, SessionPersistentFieldStrategy

Base class for strategies that store their values as keys in the session. Implements a uniform format for the keys, based on a prefix to identify the particular strategy.