Uses of Package
org.apache.tapestry.record

Packages that use org.apache.tapestry.record
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
org.apache.tapestry.services.impl   
 

Classes in org.apache.tapestry.record used by org.apache.tapestry.engine
PropertyPersistenceStrategySource
          A source for PropertyPersistenceStrategys.
 

Classes in org.apache.tapestry.record used by org.apache.tapestry.record
AbstractPrefixedClientPropertyPersistenceScope
          Base implementation of ClientPropertyPersistenceScope wherein the scopes are recognized via a prefix on the page name to form the query parameter name.
ClientPropertyPersistenceScope
          Service tapestry.persist.ClientPropertyPersistenceScope.
PersistentPropertyData
          Stores persistent property changes concerning a single page.
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.
WebSessionAttributeCallback
          Callback interface used to operate on a subset of attributes stored within a WebSession whose names match a particular prefix.
 

Classes in org.apache.tapestry.record used by org.apache.tapestry.services.impl
PropertyPersistenceStrategySource
          A source for PropertyPersistenceStrategys.