org.apache.tapestry.record
Class AppClientPropertyPersistenceScope

java.lang.Object
  extended by org.apache.tapestry.record.AppClientPropertyPersistenceScope
All Implemented Interfaces:
ClientPropertyPersistenceScope

public class AppClientPropertyPersistenceScope
extends java.lang.Object
implements ClientPropertyPersistenceScope

Defines the 'app' scope for persisting client properties. Persist the properties in all cases.

Since:
4.0
Author:
Mindbridge
See Also:
ClientPropertyPersistenceScope

Constructor Summary
AppClientPropertyPersistenceScope()
           
 
Method Summary
 boolean addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle, java.lang.String pageName, PersistentPropertyData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppClientPropertyPersistenceScope

public AppClientPropertyPersistenceScope()
Method Detail

addParametersForPersistentProperties

public boolean addParametersForPersistentProperties(ServiceEncoding encoding,
                                                    IRequestCycle cycle,
                                                    java.lang.String pageName,
                                                    PersistentPropertyData data)
Specified by:
addParametersForPersistentProperties in interface ClientPropertyPersistenceScope