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.
|
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,
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–2017 The Apache Software Foundation. All rights reserved.