Uses of Class
org.apache.commons.validator.ValidatorResources
-
Packages that use ValidatorResources Package Description org.apache.commons.validator 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 ValidatorResources Modifier and Type Field Description protected ValidatorResourcesValidator. resourcesDeprecated.UseValidator.getResources(), will be private in the next major version.Methods in org.apache.commons.validator that return ValidatorResources Modifier and Type Method Description ValidatorResourcesValidator. getResources()Gets the validator resource.Constructors in org.apache.commons.validator with parameters of type ValidatorResources Constructor Description Validator(ValidatorResources resources)Constructs aValidatorthat will use theValidatorResourcespassed in to retrieve pluggable validators the different sets of validation rules.Validator(ValidatorResources resources, java.lang.String formName)Constructs aValidatorthat will use theValidatorResourcespassed in to retrieve pluggable validators the different sets of validation rules.Validator(ValidatorResources resources, java.lang.String formName, java.lang.String fieldName)Constructs aValidatorthat will use theValidatorResourcespassed in to retrieve pluggable validators the different sets of validation rules.
-