Package org.apache.tapestry5.validator

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.
Regexp  
Required A validator that enforces that the value is not null and not the empty string.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.