Uses of Class
org.apache.commons.validator.ValidatorResult
Package
Description
The Validator package provides validation for JavaBeans based on an xml file.
-
Uses of ValidatorResult in org.apache.commons.validator
Modifier and TypeFieldDescriptionprotected Map<String,
ValidatorResult> ValidatorResults.hResults
Map of validation results.Modifier and TypeMethodDescriptionValidatorResults.getValidatorResult
(String key) Gets theValidatorResult
associated with the key passed in.ModifierConstructorDescriptionResultStatus
(ValidatorResult ignored, boolean valid, Object result) Deprecated.
ResultStatus(boolean, Object)
instead