Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Field | Description |
---|---|---|
protected ValidatorResources |
Validator.resources |
The Validator Resources.
|
Constructor | 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,
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,
String formName,
String fieldName) |
Construct a
Validator that will
use the ValidatorResources
passed in to retrieve pluggable validators
the different sets of validation rules. |
Copyright © 2002–2018. All rights reserved.