| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
FormSupportImpl
Encapsulates most of the behavior of a Form component.
|
| Modifier and Type | Method and Description |
|---|---|
protected FormSupport |
Form.newFormSupport(IMarkupWriter writer,
IRequestCycle cycle)
Returns a new instance of
FormSupportImpl. |
| Modifier and Type | Class and Description |
|---|---|
class |
GoFormSupportImpl
Subclass of
FormSupportImpl that adjusts the output markup
to conform to WML. |
| Modifier and Type | Method and Description |
|---|---|
protected FormSupport |
Go.newFormSupport(IMarkupWriter writer,
IRequestCycle cycle) |