Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
Modifier and Type | Method and Description |
---|---|
ChangeObserver |
AbstractPage.getChangeObserver() |
ChangeObserver |
IPage.getChangeObserver()
Returns the object (effectively, an
IPageRecorder ) that
is notified of any changes to persistant properties of the page. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPage.setChangeObserver(ChangeObserver value) |
void |
IPage.setChangeObserver(ChangeObserver value) |
Modifier and Type | Interface and Description |
---|---|
interface |
IPageRecorder
Defines an object that can observe changes to properties of a page and its components, store the
state of the page between request cycles, and restore a page's state on a subsequent request
cycle.
|
Modifier and Type | Class and Description |
---|---|
class |
PageRecorderImpl |