Uses of Interface
org.apache.tapestry.record.ClientPropertyPersistenceScope

Packages that use ClientPropertyPersistenceScope
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
 

Uses of ClientPropertyPersistenceScope in org.apache.tapestry.record
 

Classes in org.apache.tapestry.record that implement ClientPropertyPersistenceScope
 class AbstractPrefixedClientPropertyPersistenceScope
          Base implementation of ClientPropertyPersistenceScope wherein the scopes are recognized via a prefix on the page name to form the query parameter name.
 class AppClientPropertyPersistenceScope
          Defines the 'app' scope for persisting client properties.
 class PageClientPropertyPersistenceScope
          Defines the 'page' scope for persisting client properties.
 

Methods in org.apache.tapestry.record that return ClientPropertyPersistenceScope
 ClientPropertyPersistenceScope ClientPropertyPersistenceStrategy.getScope()
           
 

Methods in org.apache.tapestry.record with parameters of type ClientPropertyPersistenceScope
 void ClientPropertyPersistenceStrategy.setScope(ClientPropertyPersistenceScope scope)