Package com.primix.tapestry.record

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

See:
          Description

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.
SimplePageRecorder Simple implementation of IPageRecorder that stores page changes in-memory using collections.
 

Exception Summary
PageRecorderSerializationException A subclass of IOException used when page recorders are unable to serialize or deserialize their state.
RollbackException Identifies a failure to rollback a page to a prior state.
 

Package com.primix.tapestry.record Description

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

Author:
Howard Ship hship@primix.com