Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Field and Description |
---|---|
protected ValidatorResources |
Validator.resources
The Validator Resources.
|
Modifier and Type | Method and Description |
---|---|
private FormSet |
FormSetFactory.createFormSet(ValidatorResources resources,
java.lang.String language,
java.lang.String country,
java.lang.String variant)
Create or retrieve a
FormSet based on the language, country
and variant. |
Constructor and Description |
---|
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. |