Package org.apache.tapestry.record

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

See:
          Description

Interface Summary
ClientPropertyPersistenceScope Service tapestry.persist.ClientPropertyPersistenceScope.
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.
PropertyChangeObserver Core service that is consulted anytime a specified component property is set.
PropertyPersistenceStrategy Defines how a persistent property is made persistent.
PropertyPersistenceStrategySource A source for PropertyPersistenceStrategys.
WebSessionAttributeCallback Callback interface used to operate on a subset of attributes stored within a WebSession whose names match a particular prefix.
 

Class Summary
AbstractPrefixedClientPropertyPersistenceScope Base implementation of ClientPropertyPersistenceScope wherein the scopes are recognized via a prefix on the page name to form the query parameter name.
AppClientPropertyPersistenceScope Defines the 'app' scope for persisting client properties.
ChangeKey Used to identify a property change.
ClientPropertyPersistenceStrategy Service tapestry.persist.ClientPropertyPersistenceStrategy.
PageClientPropertyPersistenceScope Defines the 'page' scope for persisting client properties.
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 Implementation of the tapestry.persist.PropertyPersistenceStrategySource service.
RecordUtils Utility methods to support implementations of PropertyPersistenceStrategy.
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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.