Package org.apache.tapestry5.validator

Validators for use by Tapestry (and custom) form field components.

See:
          Description

Interface Summary
ValidatorMacro Allows support for "validator macros", a simple-minded way of combining several related valiations together under a single name.
 

Class Summary
AbstractValidator<C,T> Base class for constructing a Validator.
Email A validator that checks if a given string is well-formed email address.
Max Enforces a maximum integer value.
MaxLength  
Min  
MinLength Validates that a string value has a minimum length.
None  
Regexp  
Required A validator that enforces that the value is not null and not the empty string.
 

Package org.apache.tapestry5.validator Description

Validators for use by Tapestry (and custom) form field components.



Copyright © 2003-2012 The Apache Software Foundation.