Constructors in org.apache.commons.validator with parameters of type ValidatorResources |
Validator(ValidatorResources resources)
Construct a Validator that will
use the ValidatorResources
passed in to retrieve pluggable validators
the different sets of validation rules. |
Validator(ValidatorResources resources,
java.lang.String formName)
Construct a Validator that will
use the ValidatorResources
passed in to retrieve pluggable validators
the different sets of validation rules. |
Validator(ValidatorResources resources,
java.lang.String formName,
java.lang.String fieldName)
Construct a Validator that will
use the ValidatorResources
passed in to retrieve pluggable validators
the different sets of validation rules. |