| 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 java.util.Map<java.lang.String,ValidatorResult> |
ValidatorResults.hResults
Map of validation results.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorResult |
ValidatorResults.getValidatorResult(java.lang.String key)
Gets the
ValidatorResult associated
with the key passed in. |
| Constructor and Description |
|---|
ResultStatus(ValidatorResult ignored,
boolean valid,
java.lang.Object result)
Deprecated.
Use
ResultStatus(boolean, Object) instead |