| Package | Description |
|---|---|
| org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder. |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentPropertyDataEncoderImpl
Responsible for converting lists of
PropertyChanges back and
forth to a URL safe encoded string. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPropertyPersistenceStrategy.setEncoder(PersistentPropertyDataEncoder encoder) |
| Constructor and Description |
|---|
PersistentPropertyData(PersistentPropertyDataEncoder encoder)
Creates a new data using the specified encoder.
|