Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,ValidatorResult> |
ValidatorResults.hResults |
Map of validation results.
|
Modifier and Type | Method | Description |
---|---|---|
ValidatorResult |
ValidatorResults.getValidatorResult(String key) |
Gets the
ValidatorResult associated
with the key passed in. |
Constructor | Description |
---|---|
ResultStatus(ValidatorResult ignored,
boolean valid,
Object result) |
Deprecated.
Use
ResultStatus(boolean, Object) instead |
Copyright © 2002–2018. All rights reserved.