Uses of Class
org.apache.tapestry5.validator.AbstractValidator

Packages that use AbstractValidator
org.apache.tapestry5.validator   
 

Uses of AbstractValidator in org.apache.tapestry5.validator
 

Subclasses of AbstractValidator in org.apache.tapestry5.validator
 class Email
          A validator that checks if a given string is well-formed email address.
 class Max
          Enforces a maximum integer value.
 class MaxLength
           
 class Min
           
 class MinLength
          Validates that a string value has a minimum length.
 class Regexp
           
 class 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.