IPageRecorder
.See: Description
Interface | Description |
---|---|
ClientPropertyPersistenceScope |
Service tapestry.persist.ClientPropertyPersistenceScope.
|
PageRecorderSource |
Used to obtain a page recorder instance.
|
PersistentPropertyDataEncoder |
Responsible for encoding
PropertyChange s into and out of plain
strings. |
PropertyChange |
Represents a change to a component on a page, this represents a datum of information stored by a
IPageRecorder . |
PropertyPersistenceStrategy |
Defines how a persistent property is made persistent.
|
PropertyPersistenceStrategySource |
A source for
PropertyPersistenceStrategy s. |
WebSessionAttributeCallback |
Callback interface used to operate on a subset of attributes stored within a
WebSession whose names match a particular prefix. |
Class | Description |
---|---|
AbstractPrefixedClientPropertyPersistenceScope |
Base implementation of
ClientPropertyPersistenceScope wherein
the scopes are recognized via a prefix on the page name to form the query parameter name. |
AppClientPropertyPersistenceScope |
Defines the 'app' scope for persisting client properties.
|
ChangeKey |
Used to identify a property change.
|
ClientPropertyPersistenceStrategy |
Service tapestry.persist.ClientPropertyPersistenceStrategy.
|
PageClientPropertyPersistenceScope |
Defines the 'page' scope for persisting client properties.
|
PageRecorderImpl | |
PersistentPropertyData |
Stores persistent property changes concerning a single page.
|
PersistentPropertyDataEncoderImpl |
Responsible for converting lists of
PropertyChange s back and
forth to a URL safe encoded string. |
PropertyChangeImpl |
Represents a change to a component on a page.
|
PropertyPersistenceStrategyContribution |
A contribution to the
tapestry.persist.PersistenceStrategy configuration. |
PropertyPersistenceStrategySourceImpl |
Implementation of the
tapestry.persist.PropertyPersistenceStrategySource service. |
RecordUtils |
Utility methods to support implementations of
PropertyPersistenceStrategy . |
SessionPropertyPersistenceStrategy |
The most basic
PropertyPersistenceStrategy , which stores
properties in the HttpSession as attributes. |
Abstract and simple (memory-based) implementations of
IPageRecorder
.