Uses of Package
org.apache.tapestry.record

Packages that use org.apache.tapestry.record
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
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 Service implementations. 
 

Classes in org.apache.tapestry.record used by org.apache.tapestry
PropertyChangeObserver
          Core service that is consulted anytime a specified component property is set.
 

Classes in org.apache.tapestry.record used by org.apache.tapestry.contrib.inspector
PropertyChange
          Represents a change to a component on a page, this represents a datum of information stored by a IPageRecorder.
PropertyPersistenceStrategySource
          A source for PropertyPersistenceStrategys.
 

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.
 



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