| Package | Description |
|---|---|
| org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
| org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
| org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IForm
A generic way to access a component which defines an HTML form (or, perhaps, other similar
constructs, such as a WML
Go). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormSupport
Interface for a utility object that encapsulates the majority of the
Form's behavior. |
| Modifier and Type | Class and Description |
|---|---|
class |
Form
Component which contains form element components.
|
class |
FormSupportImpl
Encapsulates most of the behavior of a Form component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Go
The go element declares a go task, indicating navigation to a URI.
|
class |
GoFormSupportImpl
Subclass of
FormSupportImpl that adjusts the output markup
to conform to WML. |