Uses of Class
org.apache.commons.validator.ValidatorResult.ResultStatus
-
Packages that use ValidatorResult.ResultStatus Package Description org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. -
-
Uses of ValidatorResult.ResultStatus in org.apache.commons.validator
Fields in org.apache.commons.validator with type parameters of type ValidatorResult.ResultStatus Modifier and Type Field Description protected java.util.Map<java.lang.String,ValidatorResult.ResultStatus>
ValidatorResult. hAction
Map of results.Methods in org.apache.commons.validator that return types with arguments of type ValidatorResult.ResultStatus Modifier and Type Method Description java.util.Map<java.lang.String,ValidatorResult.ResultStatus>
ValidatorResult. getActionMap()
Deprecated.Use getActions() to return the set of actions the isValid(name) and getResult(name) methods to determine the contents of ResultStatus.
-