Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.link |
Components for creating links on the page that trigger application behavior
when clicked.
|
org.apache.tapestry.util |
A general set of resuable classes and utilities for creating Internet and XML applications.
|
Modifier and Type | Method and Description |
---|---|
static PageRenderSupport |
TapestryUtils.getOptionalPageRenderSupport(IRequestCycle cycle)
Returns the
PageRenderSupport object if previously stored, or null otherwise. |
static PageRenderSupport |
TapestryUtils.getPageRenderSupport(IRequestCycle cycle,
IComponent component)
Gets the previously stored
PageRenderSupport object. |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryUtils.storePageRenderSupport(IRequestCycle cycle,
PageRenderSupport support)
Stores the support object using
TapestryUtils.storeUniqueAttribute(IRequestCycle, String, Object) . |
Modifier and Type | Class and Description |
---|---|
class |
Body
The body of a Tapestry page.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstractLinkComponent.writeEventHandler(IMarkupWriter writer,
PageRenderSupport pageRenderSupport,
java.lang.String name,
java.lang.String attributeName,
java.lang.Object value) |
Modifier and Type | Class and Description |
---|---|
class |
PageRenderSupportImpl
Implementation of
PageRenderSupport . |