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> ValidatorFileParser.parseActionValidatorConfigs(ValidatorFactory validatorFactory, InputStream is, String resourceName)
          Parse resource for a list of ValidatorConfig objects (configuring which validator(s) are being applied to a particular field etc.)
 List<ValidatorConfig> DefaultValidatorFileParser.parseActionValidatorConfigs(ValidatorFactory validatorFactory, InputStream is, String resourceName)
           
 

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

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



Copyright © 2009 OpenSymphony. All Rights Reserved.