org.trails.record
Class FormClientPropertyPersistenceScope

java.lang.Object
  extended by org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
      extended by org.trails.record.FormClientPropertyPersistenceScope
All Implemented Interfaces:
org.apache.tapestry.record.ClientPropertyPersistenceScope

public class FormClientPropertyPersistenceScope
extends org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope

Based on com.zillow.web.infrastructure.FormClientPropertyPersistenceStrategy described in http://wiki.apache.org/jakarta-tapestry/FormClientPersistence


Constructor Summary
FormClientPropertyPersistenceScope()
           
 
Method Summary
 void setRequestCycle(org.apache.tapestry.IRequestCycle requestCycle)
           
 boolean shouldEncodeState(org.apache.tapestry.engine.ServiceEncoding encoding, java.lang.String pageName, org.apache.tapestry.record.PersistentPropertyData data)
           
 
Methods inherited from class org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
constructParameterName, extractPageName, isParameterForScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormClientPropertyPersistenceScope

public FormClientPropertyPersistenceScope()
Method Detail

shouldEncodeState

public boolean shouldEncodeState(org.apache.tapestry.engine.ServiceEncoding encoding,
                                 java.lang.String pageName,
                                 org.apache.tapestry.record.PersistentPropertyData data)

setRequestCycle

public void setRequestCycle(org.apache.tapestry.IRequestCycle requestCycle)


Copyright © 2004-2008. All Rights Reserved.