|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
org.apache.turbine.services.intake.model | |
org.apache.turbine.services.intake.validator |
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
|
Methods in org.apache.turbine.services.intake.model that return Validator | |
Validator |
Field.getValidator()
|
Uses of Validator in org.apache.turbine.services.intake.validator |
Classes in org.apache.turbine.services.intake.validator that implement Validator | |
class |
DateStringValidator
Validates numbers with the following constraints in addition to those listed in DefaultValidator. |
class |
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 |
class |
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 |
class |
IntegerValidator
Validates numbers with the following constraints in addition to those listed in DefaultValidator. |
class |
NumberKeyValidator
Validates numbers with the following constraints in addition to those listed in DefaultValidator. |
class |
NumberValidator
Validates numbers with the following constraints in addition to those listed in DefaultValidator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |