Uses of Interface
org.apache.turbine.services.intake.validator.Validator

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

Uses of Validator in org.apache.turbine.services.intake.model
 

Fields in org.apache.turbine.services.intake.model declared as Validator
protected  Validator Field.validator
          Used to validate the contents of the field
 

Methods in org.apache.turbine.services.intake.model that return Validator
 Validator Field.getValidator()
          Gets the Validator object for this field.
 

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

Classes in org.apache.turbine.services.intake.validator that implement 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 DefaultValidator
          DefaultValidator 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
 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.