Package | Description |
---|---|
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
Modifier and Type | Method and Description |
---|---|
boolean |
AppClientPropertyPersistenceScope.shouldEncodeState(ServiceEncoding encoding,
java.lang.String pageName,
PersistentPropertyData data)
Always returns true.
|
boolean |
ClientPropertyPersistenceScope.shouldEncodeState(ServiceEncoding encoding,
java.lang.String pageName,
PersistentPropertyData data)
Determines whether state should be encoded for the request.
|
boolean |
PageClientPropertyPersistenceScope.shouldEncodeState(ServiceEncoding encoding,
java.lang.String pageName,
PersistentPropertyData data)
Returns true if the active page name matches the page for this property.
|