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
           
 

Methods in org.apache.commons.validator that return ValidatorResources
static ValidatorResources ValidatorResourcesInitializer.initialize(java.lang.String fileName)
          Deprecated. Initializes a ValidatorResources based on a file path and automatically process the resources.
static ValidatorResources ValidatorResourcesInitializer.initialize(java.io.InputStream in)
          Deprecated. Initializes a ValidatorResources based on the InputStream and automatically process the resources.
 

Methods in org.apache.commons.validator with parameters of type ValidatorResources
static void ValidatorResourcesInitializer.initialize(ValidatorResources resources, java.io.InputStream in)
          Deprecated. Initializes the ValidatorResources based on the InputStream and automatically process the resources.
static void ValidatorResourcesInitializer.initialize(ValidatorResources resources, java.io.InputStream in, boolean process)
          Deprecated. Initializes a ValidatorResources based on the InputStream and processes the resources based on the boolean passed in.
 

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, java.lang.String formName)
          Construct a Validator that will use the ValidatorResources passed in to retrieve pluggable validators the different sets of validation rules.
 



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