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

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

Uses of ValidatorResults in org.apache.commons.validator
 

Methods in org.apache.commons.validator that return ValidatorResults
 ValidatorResults Validator.validate()
          Performs validations based on the configured resources.
 

Methods in org.apache.commons.validator with parameters of type ValidatorResults
 void ValidatorResults.merge(ValidatorResults results)
          Merge another ValidatorResults into mine.
 



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