Package org.apache.tapestry.record

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

See:
          Description

Interface Summary
IPageChange Represents a change to a component on a page, this represents a datum of information stored by a IPageRecorder.
PageRecorderSource Used to obtain a page recorder instance.
PropertyPersistenceStrategy Defines how a persistent property is made persistent.
PropertyPersistenceStrategySource A source for PropertyPersistenceStrategys.
 

Class Summary
ChangeKey Used to identify a property change.
PageChange Represents a change to a component on a page.
PageRecorderImpl  
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