Uses of Class
org.apache.turbine.services.intake.validator.DefaultValidator

Packages that use DefaultValidator
org.apache.turbine.services.intake.validator Validators for the various intake field types. 
 

Uses of DefaultValidator in org.apache.turbine.services.intake.validator
 

Subclasses of DefaultValidator in org.apache.turbine.services.intake.validator
 class BigDecimalValidator
          Validates BigDecimals with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class BooleanValidator
          Validator for boolean field types.

Values are validated by attemting to match the value to a list of strings for true and false values.
 class DateStringValidator
          Validates numbers with the following constraints in addition to those listed in DefaultValidator.
 class DoubleValidator
          Validates Doubles with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class FileValidator
          A validator that will compare a FileItem testValue against the following constraints in addition to those listed in DefaultValidator.
 class FloatValidator
          Validates Floats with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class IntegerValidator
          Validates Integers with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class LongValidator
          Validates Longs with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class NumberKeyValidator
          Deprecated. No replacement
(package private)  class org.apache.turbine.services.intake.validator.NumberValidator
          Validates numbers with the following constraints in addition to those listed in DefaultValidator.
 class ShortValidator
          Validates Shorts with the following constraints in addition to those listed in NumberValidator and DefaultValidator.
 class StringValidator
          A validator that will compare a testValue against the following constraints: NameValid ValuesDefault Value requiredtrue|falsefalse maskregexp  minLengthinteger0 maxLengthinteger  This validator can serve as the base class for more specific validators
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.