Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
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 | Method and Description |
---|---|
static IForm |
TapestryUtils.getForm(IRequestCycle cycle,
IComponent component)
Gets the previously stored
IForm object. |
Modifier and Type | Method and Description |
---|---|
void |
IRequestCycle.rewindForm(IForm form)
Used by
forms to perform a partial rewind so as to respond to the
form submission (using the direct service). |
static void |
TapestryUtils.storeForm(IRequestCycle cycle,
IForm form)
Store the IForm instance using
TapestryUtils.storeUniqueAttribute(IRequestCycle, String, Object) . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IfBean.evaluateCondition(IRequestCycle cycle,
IForm form,
boolean cycleRewinding) |
protected java.util.Iterator |
ForBean.storeSourceData(IForm form,
java.lang.String name)
Stores the provided data in the form and then returns the data as an iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCycle.rewindForm(IForm form)
Rewinds an individual form by invoking
rewind(IMarkupWriter, IRequestCycle) . |
Modifier and Type | Class and Description |
---|---|
class |
Form
Component which contains form element components.
|
Modifier and Type | Method and Description |
---|---|
static IForm |
Form.get(IRequestCycle cycle)
Deprecated.
Use
TapestryUtils.getForm(IRequestCycle, IComponent) instead. |
abstract IForm |
AbstractFormComponent.getForm() |
IForm |
IFormComponent.getForm()
Returns the
IForm which contains the component, or null if the
component is not contained by a form, of if the containing Form is not currently renderring. |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractFormComponent.setForm(IForm form) |
protected void |
AbstractFormComponent.setName(IForm form) |
protected void |
ImageSubmit.setName(IForm form) |
Constructor and Description |
---|
FormSupportImpl(IMarkupWriter writer,
IRequestCycle cycle,
IForm form) |
Modifier and Type | Class and Description |
---|---|
class |
Go
The go element declares a go task, indicating navigation to a URI.
|
Constructor and Description |
---|
GoFormSupportImpl(IMarkupWriter writer,
IRequestCycle cycle,
IForm form) |