Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Method and Description |
---|---|
ValidatorAction |
ValidatorResources.getValidatorAction(String key)
Get a
ValidatorAction based on it's name. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ValidatorAction> |
ValidatorResources.getActions()
Returns a Map of String ValidatorAction names to their ValidatorAction.
|
Map<String,ValidatorAction> |
ValidatorResources.getValidatorActions()
Get an unmodifiable
Map of the ValidatorAction s. |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorResources.addValidatorAction(ValidatorAction va)
Add a
ValidatorAction to the resource. |
Modifier and Type | Method and Description |
---|---|
ValidatorResults |
Field.validate(Map<String,Object> params,
Map<String,ValidatorAction> actions)
Run the configured validations on this field.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.