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 (configuring which validator(s) are being applied to a particular field etc.)
 

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 © 2000-2013 Apache Software Foundation. All Rights Reserved.