|
Interface Summary |
| FormComponent |
This interface defines the api for initializing form components. |
| FormComponentConfig |
This interface defines the api used by the form handler used to pass
information to a form component during initialization and execution. |
| FormDefinition |
This interface represents the definition of a form, which will be used
for implementing the configurable formhandler. |
| FormEntry |
This interface is used for storing formvalues in the session of a client. |
| FormPart |
The interface represents a simple part of a form definition. |
| Handler |
A handler is a form component that accesses the values submmitted by
a client and uses them the execute a certain action. |
| Parameter |
This interface represents a parameter entry in the formdefinition. |
| PreComponent |
This interface represents a combination of a formcomponent and a precondition. |
| QueryMapping |
Models querymappings that may be used to map resourceentries to queryparameters. |
| ResourceEntry |
A resource entry may be part of a formdefinition. |
| Router |
This interface defines the api for routing components in the form handler. |
| SessionFormElement |
This interface represents formvalues submitted for a formelement by a client. |
| SessionFormFlow |
This interface represents the values and files submitted by the client,
filling out a flow of forms. |
| SessionFormPart |
This interface represents the values in a formelement in the flow. |
| SimpleFormEntry |
This interface represents a simple string value in a form flow. |
| State |
This interface represents the state of the client filling out a form. |
| UploadFormEntry |
This interface represents an uploaded file in a form flow. |
| Validator |
This interface defines the api for the construction of a form validator
component. |