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(java.lang.String key)
          Gets the ValidatorResult associated with the key passed in.
 

Constructors in org.apache.commons.validator with parameters of type ValidatorResult
ValidatorResult.ResultStatus(boolean valid, java.lang.Object result)
          Construct a Result status.
 



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