| 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 Map<String,ValidatorResult> |
ValidatorResults.hResults
Map of validation results.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorResult |
ValidatorResults.getValidatorResult(String key)
Gets the
ValidatorResult associated
with the key passed in. |
| Constructor and Description |
|---|
ResultStatus(ValidatorResult ignored,
boolean valid,
Object result)
Deprecated.
Use
ResultStatus(boolean, Object) instead |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.