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