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.
 

Class Summary
ChangeKey Used to identify a property change.
PageChange Represents a change to a component on a page.
PageRecorder Tracks changes to components on a page, allowing changes to be persisted across request cycles, and restoring the state of a page and component when needed.
SessionPageRecorder Simple implementation of IPageRecorderthat stores page changes as HttpSessionattributes.
 

Package org.apache.tapestry.record Description

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

Author:
Howard Lewis Ship hlship@apache.org