Package | Description |
---|---|
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
Modifier and Type | Class and Description |
---|---|
class |
PropertyChangeImpl
Represents a change to a component on a page.
|
Modifier and Type | Method and Description |
---|---|
static PropertyChange |
RecordUtils.buildChange(java.lang.String key,
java.lang.Object value)
Builds a
PropertyChange instance for the given key and value pulled from the
WebSession . |