| Interface | Description |
|---|---|
| WebFormResultVisitor |
Additional FormResults that only make sense in a web deployment.
|
| Class | Description |
|---|---|
| AddButtonVisitor |
FormResultVisitor that generates a single html button form for the target result.
|
| AddLinkVisitor |
FormResultVisitor that generates a single html button form for the target result.
|
| BaseHTMLForm |
Common Base class for different types of HTML Form
This class supports stateful/multi-state forms but only if the
self
FormResult is set when creating the form
as multi-stage forms have |
| DirectOperationResultVisitor |
A
WebFormResultVisitor to recursively execute any direct transitions in the chain. |
| DirectOperationTransitionVisitor<X> |
A
TransitionVisitor that executes direct transitions and returns the FormResult
A null value is returned for any other kind of Transition. |
| EmitHtmlInputVisitor | |
| ErrorFormResult<T,K> |
A
FormResult that indicates a form validation error. |
| ErrorProcessingFormAction<X,K> |
A
FormAction that provides custom handling of a form that fails to validate. |
| ExternalRedirectResult |
A redirect to an external URI
|
| ForwardResult |
FormResult to indicate forwarding to a page from within a servlet.
|
| HTMLCreationForm |
Utility class to do standard Object creation via a HTML Form The form is
always built using the standard buildCreationForm method of the
DataObjectFactory
|
| HTMLForm |
HTMLForm is a class representing a form in HTML
This type of form is for the MVC pattern where the form page is seperate from
the processing Servlet.
|
| InputGenerator | |
| InputIdVisitor |
Visitor to derive the HTML id string for an input
|
| PageHTMLForm |
A HTML form intended to be used in a jsp page that
self-submits.
|
| RedirectResult |
A FormResult indicating a navigation to a new page within the current application
|
| Exception | Description |
|---|---|
| UnsupportedResultException |
Exception thrown when the
FormResultVisitor is not the
correct sub-type to support a FormResult |