Uses of Class
com.opensymphony.xwork2.validator.ValidatorConfig

Packages that use ValidatorConfig
com.opensymphony.xwork2.validator XWork validation subsystem. 
 

Uses of ValidatorConfig in com.opensymphony.xwork2.validator
 

Methods in com.opensymphony.xwork2.validator that return ValidatorConfig
 ValidatorConfig ValidatorConfig.Builder.build()
           
 

Methods in com.opensymphony.xwork2.validator that return types with arguments of type ValidatorConfig
 List<ValidatorConfig> AnnotationValidationConfigurationBuilder.buildAnnotationClassValidatorConfigs(Class aClass)
           
protected  List<ValidatorConfig> AnnotationActionValidatorManager.buildClassValidatorConfigs(Class aClass, boolean checkFile)
           
 List<ValidatorConfig> DefaultValidatorFileParser.parseActionValidatorConfigs(ValidatorFactory validatorFactory, InputStream is, String resourceName)
           
 List<ValidatorConfig> ValidatorFileParser.parseActionValidatorConfigs(ValidatorFactory validatorFactory, InputStream is, String resourceName)
          Parse resource for a list of ValidatorConfig objects.
 

Methods in com.opensymphony.xwork2.validator with parameters of type ValidatorConfig
 Validator DefaultValidatorFactory.getValidator(ValidatorConfig cfg)
           
 Validator ValidatorFactory.getValidator(ValidatorConfig cfg)
          Get a Validator that matches the given configuration.
 

Constructors in com.opensymphony.xwork2.validator with parameters of type ValidatorConfig
ValidatorConfig.Builder(ValidatorConfig config)
           
ValidatorConfig(ValidatorConfig orig)
           
 



Copyright © 2008 OpenSymphony. All Rights Reserved.