org.apache.tapestry.record
Class PageClientPropertyPersistenceScope

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

public class PageClientPropertyPersistenceScope
extends java.lang.Object
implements ClientPropertyPersistenceScope

Defines the 'page' scope for persisting client properties. Persist the properties only if the current page name is the same as that of the property.

Since:
4.0
Author:
Mindbridge
See Also:
ClientPropertyPersistenceScope

Constructor Summary
PageClientPropertyPersistenceScope()
           
 
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

PageClientPropertyPersistenceScope

public PageClientPropertyPersistenceScope()
Method Detail

addParametersForPersistentProperties

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