Uses of Class
org.apache.commons.validator.ValidatorResources
Packages that use ValidatorResources
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of ValidatorResources in org.apache.commons.validator
Fields in org.apache.commons.validator declared as ValidatorResourcesMethods in org.apache.commons.validator that return ValidatorResourcesConstructors in org.apache.commons.validator with parameters of type ValidatorResourcesModifierConstructorDescriptionValidator
(ValidatorResources resources) Constructs aValidator
that will use theValidatorResources
passed in to retrieve pluggable validators the different sets of validation rules.Validator
(ValidatorResources resources, String formName) Constructs aValidator
that will use theValidatorResources
passed in to retrieve pluggable validators the different sets of validation rules.Validator
(ValidatorResources resources, String formName, String fieldName) Constructs aValidator
that will use theValidatorResources
passed in to retrieve pluggable validators the different sets of validation rules.
Validator.getResources()
, will be private in the next major version.