Package org.apache.turbine.services.intake.validator

Interface Summary
Constraint A constraint has a name and a value and an optional message.
InitableByConstraintMap This interface marks a bean/class that can have its properties set by values in a Map.
Validator Validator api.
 

Class Summary
DateStringValidator Validates numbers with the following constraints in addition to those listed in DefaultValidator.
DefaultValidator 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
FileValidator 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
IntegerValidator Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberKeyValidator Validates numbers with the following constraints in addition to those listed in DefaultValidator.
NumberValidator Validates numbers with the following constraints in addition to those listed in DefaultValidator.
 

Exception Summary
ValidationException An Exception to mark a failed validation
 



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