Package | Description |
---|---|
org.apache.tapestry.describe |
Services related to describing objects and graphs of objects; primarily used by the
Exception page. |
org.apache.tapestry.event |
Defines events and listener interfaces for Tapestry.
|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
Class and Description |
---|
DescribableStrategy
Strategy class allowing objects that don't implement
Describable to be described. |
DescriptionReceiver
An object that is provided with a description of another object.
|
HTMLDescriber
Service used to describe an object to a markup writer as HTML (typically, as a <table>).
|
HTMLDescriptionReceiverStyles
Holds the style information used by
HTMLDescriptionReceiver . |
RenderableAdapterFactory
A source of light-weight objects that can render a particular object.
|
RenderStrategy
A strategy interface for rendering an object (even if it doesn't implement
IRender ). |
ReportStatusHub
Service for collecting together status information across the framework; service implementations
implement the
ReportStatusListener interface and register
themselves as listeners here. |
RootDescriptionReceiverFactory
Creates a new instance of
HTMLDescriptionReceiver around a
provided IMarkupWriter . |
RootDescriptionReciever
Extended version of
DescriptionReceiver that adds the
ability to describe the root object, and to finish the description of an object (allowing the
same receiver to be used to describe several objects). |
Class and Description |
---|
DescriptionReceiver
An object that is provided with a description of another object.
|
Class and Description |
---|
HTMLDescriber
Service used to describe an object to a markup writer as HTML (typically, as a <table>).
|
ReportStatusHub
Service for collecting together status information across the framework; service implementations
implement the
ReportStatusListener interface and register
themselves as listeners here. |
Class and Description |
---|
HTMLDescriber
Service used to describe an object to a markup writer as HTML (typically, as a <table>).
|
Class and Description |
---|
HTMLDescriber
Service used to describe an object to a markup writer as HTML (typically, as a <table>).
|
Class and Description |
---|
Describable
An object that can describe its properties to a
DescriptionReceiver . |
DescriptionReceiver
An object that is provided with a description of another object.
|