Package org.apache.tapestry.record

Abstract and simple (memory-based) implementations of IPageRecorder.

See:
          Description

Interface Summary
PageRecorderSource Used to obtain a page recorder instance.
PersistentPropertyDataEncoder Responsible for encoding PropertyChanges into and out of plain strings.
PropertyChange Represents a change to a component on a page, this represents a datum of information stored by a IPageRecorder.
PropertyPersistenceStrategy Defines how a persistent property is made persistent.
PropertyPersistenceStrategySource A source for PropertyPersistenceStrategys.
 

Class Summary
ChangeKey Used to identify a property change.
ClientPropertyPersistenceStrategy Encodes persistent page properties on the client as query parameters.
PageRecorderImpl  
PersistentPropertyData Stores persistent property changes concerning a single page.
PersistentPropertyDataEncoderImpl Responsible for converting lists of PropertyChanges back and forth to a URL safe encoded string.
PropertyChangeImpl Represents a change to a component on a page.
PropertyPersistenceStrategyContribution A contribution to the tapestry.persist.PersistenceStrategy configuration.
PropertyPersistenceStrategySourceImpl  
SessionPropertyPersistenceStrategy The most basic PropertyPersistenceStrategy, which stores properties in the HttpSession as attributes.
 

Package org.apache.tapestry.record Description

Abstract and simple (memory-based) implementations of IPageRecorder.

Author:
Howard Lewis Ship hlship@apache.org