Package toolbox.web.validation

Package class diagram package toolbox.web.validation
Provides classes and interfaces to develop HTTP request validators.

See:
          Description

Interface Summary
Field Interface defining a form field.
Validator Defines an interface for form validation.
 

Class Summary
AbstractField Abstract partial field implementation to provide a convenience base class for implementing fields.
BooleanField Field implementation to validate Boolean inputs.
DateField Field implementation to validate Date inputs.
FieldValidator Validator implementation that makes use of Field implementations to perform validations.
FormField Class describing a single form field.
NumberField Field implementation to validate Numeric inputs.
RegexField Field implementation to validate String inputs using regular expressions.
ResourceConstants This utility class contains the key mappings for resource strings.
RSAIdentityNumberField Field implementation to validate RSA Identity Number fields.
StringField Field implementation to validate String inputs.
ValidatorFactory Factory to create Validator instances.
ValidatorImpl Default validator implementation that takes the form configurations from an XML configuration file.
 

Exception Summary
ValidationException Exception that is thrown when validation exceptions occur.
 

Package toolbox.web.validation Description

Provides classes and interfaces to develop HTTP request validators.