Class Summary |
AbstractFormValidator |
The root implementation of the FormValidator interface |
And |
This validator ensures that all of the given validators are valid,
(effectively acting as an "AND" or "&&") or a ValidationException will
be generated.
|
DefaultFormElement |
A FormElement defines how an element in a FormMap should
be mapped to a first class java object. |
DefaultFormMap |
This class provides the default implementation of a FormMap.
|
DefaultFormMapper |
A FormMapFilter is used to provide a control what elements
get mapped in a form |
DefaultFormValidator |
This class provides the default implementation of FormValidator.
|
ErrorManager |
This class is used to collate all the nested exceptions on a form into something that can
be easily accessed. |
FormType |
This class defines all valid FormTypes. |
FormUtil |
Simple Form related utilities |
Not |
This validator ensures that something is NOT valid. |
Or |
This validator ensures that at least one of the given validators is valid,
(effectively acting as an "OR" or "||") or a ValidationException will
be generated
The sub-validators can be specified as array, list or by using the convenience constructors. |
PrefixFormMapper |
A PrefixFormMapFilter allows you to specify a prefix (ie. |
UIDFormMapper |
A UIDFormMapFilter makes it possible to map similar form elements based on a UID.
|