Package | Description |
---|---|
org.apache.tapestry.form.validator |
Class and Description |
---|
AbstractValidatorWrapper
Abstract implementation of
Validator that delegates to
some other object. |
BaseValidator
Abstract implementation of
Validator . |
Validator
An object that can be "attached" to a
IFormComponent to perform
server-side validation (Validator.validate(IFormComponent, ValidationMessages, Object) ) as well
as generate cleint-side validation (in the form of JavaScript submit listeners). |
ValidatorFactory
Constructs
Validator instances from a specification. |