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

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

Uses of ValidatorResources in org.apache.commons.validator
 

Fields in org.apache.commons.validator declared as ValidatorResources
protected  ValidatorResources Validator.resources
          The Validator Resources.
 

Constructors in org.apache.commons.validator with parameters of type ValidatorResources
Validator(ValidatorResources resources)
          Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
Validator(ValidatorResources resources, String formName)
          Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
Validator(ValidatorResources resources, String formName, String fieldName)
          Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.