Uses of Class
org.apache.commons.validator.ValidatorResult

Packages that use ValidatorResult
org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. 
 

Uses of ValidatorResult in org.apache.commons.validator
 

Methods in org.apache.commons.validator that return ValidatorResult
 ValidatorResult ValidatorResults.getValidatorResult(String key)
          Gets the ValidatorResult associated with the key passed in.
 

Constructors in org.apache.commons.validator with parameters of type ValidatorResult
ValidatorResult.ResultStatus(ValidatorResult ignored, boolean valid, Object result)
          Deprecated. Use #ValidatorResult(boolean, Object) instead
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.