Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.bean |
Contains useful helper beans, an implementation of
the
IBeanProvider interface, and
several interfaces and classes related to initializing helper beans. |
org.apache.tapestry.describe |
Services related to describing objects and graphs of objects; primarily used by the
Exception page. |
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.event |
Defines events and listener interfaces for Tapestry.
|
org.apache.tapestry.listener |
Support classes that allows an object
to expose listener methods instead of listener properties.
|
org.apache.tapestry.pages |
Basic pages used for errors, stale links and stale sessions.
|
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Class and Description |
---|
ChangeObserver
May observe changes in an object's properties.
|
PageAttachListener
Listener interface notified when a page is attached to the current request.
|
PageBeginRenderListener
Event listener for determining when a page is about to start rendering.
|
PageDetachListener
An interface for objects that want to know when the end of the request cycle occurs, so that any
resources that should be limited to just one request cycle can be released.
|
PageEndRenderListener
Counterpart to
PageBeginRenderListener , for the (typically
less-interesting) end of page render event. |
PageEvent
Encapsulates information related to the page listener
interfaces.
|
PageRenderListener
Deprecated.
To be removed in 4.1. Use
PageBeginRenderListener
and/or PageEndRenderListener . |
PageValidateListener
An interface for objects that want to take part in the validation of the page.
|
Class and Description |
---|
ReportStatusEvent
Event object used by
ReportStatusListener ; the event
implements DescriptionReceiver ; classes (typically,
HiveMind service implementations) that implement the listener interface will "describe"
themselves to the event. |
ReportStatusListener
Implemented by (typically) a HiveMind service implementation, and registerred with the
ReportStatusHub so that the service can report its status
(in terms of properties and values). |
ResetEventListener
Listener interface for objects interested in a Tapestry reset event.
|
Class and Description |
---|
PageDetachListener
An interface for objects that want to know when the end of the request cycle occurs, so that any
resources that should be limited to just one request cycle can be released.
|
PageEndRenderListener
Counterpart to
PageBeginRenderListener , for the (typically
less-interesting) end of page render event. |
PageEvent
Encapsulates information related to the page listener
interfaces.
|
Class and Description |
---|
ReportStatusListener
Implemented by (typically) a HiveMind service implementation, and registerred with the
ReportStatusHub so that the service can report its status
(in terms of properties and values). |
Class and Description |
---|
ChangeObserver
May observe changes in an object's properties.
|
ReportStatusEvent
Event object used by
ReportStatusListener ; the event
implements DescriptionReceiver ; classes (typically,
HiveMind service implementations) that implement the listener interface will "describe"
themselves to the event. |
ReportStatusListener
Implemented by (typically) a HiveMind service implementation, and registerred with the
ReportStatusHub so that the service can report its status
(in terms of properties and values). |
ResetEventListener
Listener interface for objects interested in a Tapestry reset event.
|
Class and Description |
---|
ObservedChangeEvent
Event which describes a change to a particular
IComponent . |
PageBeginRenderListener
Event listener for determining when a page is about to start rendering.
|
PageEndRenderListener
Counterpart to
PageBeginRenderListener , for the (typically
less-interesting) end of page render event. |
PageEvent
Encapsulates information related to the page listener
interfaces.
|
ReportStatusEvent
Event object used by
ReportStatusListener ; the event
implements DescriptionReceiver ; classes (typically,
HiveMind service implementations) that implement the listener interface will "describe"
themselves to the event. |
Class and Description |
---|
ResetEventListener
Listener interface for objects interested in a Tapestry reset event.
|
Class and Description |
---|
PageDetachListener
An interface for objects that want to know when the end of the request cycle occurs, so that any
resources that should be limited to just one request cycle can be released.
|
Class and Description |
---|
ChangeObserver
May observe changes in an object's properties.
|
ObservedChangeEvent
Event which describes a change to a particular
IComponent . |
Class and Description |
---|
ResetEventListener
Listener interface for objects interested in a Tapestry reset event.
|
Class and Description |
---|
ReportStatusEvent
Event object used by
ReportStatusListener ; the event
implements DescriptionReceiver ; classes (typically,
HiveMind service implementations) that implement the listener interface will "describe"
themselves to the event. |
ReportStatusListener
Implemented by (typically) a HiveMind service implementation, and registerred with the
ReportStatusHub so that the service can report its status
(in terms of properties and values). |
ResetEventListener
Listener interface for objects interested in a Tapestry reset event.
|