Uses of Class
org.springjutsu.validation.executors.RuleExecutorContainer.RuleExecutorBeanRegistrant

Packages that use RuleExecutorContainer.RuleExecutorBeanRegistrant
org.springjutsu.validation.executors Base points for registering, creating and extending Validation Rule Executors. 
 

Uses of RuleExecutorContainer.RuleExecutorBeanRegistrant in org.springjutsu.validation.executors
 

Fields in org.springjutsu.validation.executors with type parameters of type RuleExecutorContainer.RuleExecutorBeanRegistrant
protected  List<RuleExecutorContainer.RuleExecutorBeanRegistrant> RuleExecutorContainer.beanRegistrants
          A list of rule executors registered as beans by @see{}
 

Method parameters in org.springjutsu.validation.executors with type arguments of type RuleExecutorContainer.RuleExecutorBeanRegistrant
 void RuleExecutorContainer.setRuleExecutorBeanRegistrants(List<RuleExecutorContainer.RuleExecutorBeanRegistrant> registrants)
          Hook by which @see{ValidationConfigurationParser} registers XML defined rule executors
 



Copyright © 2013 Spring Jutsu. All Rights Reserved.