See: Description
| Class | Description |
|---|---|
| BasePage |
Base class for HTML pages.
|
| Body |
The body of a Tapestry page.
|
| Describe |
Component that makes use of
HTMLDescriberto produce HTML
output that describes an object. |
| ExceptionDisplay |
Component used to display an already formatted exception.
|
| Frame |
Implements a <frame> within a <frameset>.
|
| Image |
Used to insert an image.
|
| InsertText |
Inserts formatted text (possibly collected using a
TextArea
component. |
| InsertTextMode |
Defines a number of ways to format multi-line text for proper renderring.
|
| RequestDisplay |
Supports the
Exception page by displaying the request,
session, servlet context and servlet object for the current request. |
| Rollover |
Combines a link component (such as
DirectLink) with an
<img> and JavaScript code to create a rollover effect that works with both Netscape
Navigator and Internet Explorer. |
| Script |
Works with the
Bodycomponent to add a script (and perhaps some initialization) to the
HTML response. |
| Shell |
Component for creating a standard 'shell' for a page, which comprises the <html> and
<head> portions of the page.
|
Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects.