Package org.barracudamvc.core.forms

Interface Summary
FormElement This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap A FormMap is used to provide a virtual representation of a form.
FormMapper A FormMapFilter is used to provide a control what elements get mapped in a form
FormValidator A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
 

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.
 

Exception Summary
DeferredValidationException This class defines a deferred validation exception.
ParseException This exception indicates a value was unable to be converted to a valid value for the specified FormType.
UnableToValidateException This exception indicates the Validator was not able to validate the incoming value.
ValidationException This class defines the validation exception.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.