org.trails.record
Class FormClientPropertyPersistenceScope
java.lang.Object
org.apache.tapestry.record.AbstractPrefixedClientPropertyPersistenceScope
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
|
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 |
FormClientPropertyPersistenceScope
public FormClientPropertyPersistenceScope()
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.