Uses of Class
org.springframework.rules.Rules

Packages that use Rules
org.springframework.rules Core interfaces for the expression and function object/rules library. 
org.springframework.rules.metadata   
org.springframework.rules.reporting Rules result reporting interfaces and classes. 
org.springframework.rules.support   
 

Uses of Rules in org.springframework.rules
 

Methods in org.springframework.rules that return Rules
 Rules Rules.add(PropertyConstraint constraint)
          Adds the provided bean property expression (constraint) to the list of constraints for the constrained property.
 Rules RulesSource.getRules(Class bean)
          Return the validation rules for the provided bean.
 Rules RulesSource.getRules(Class bean, String contextId)
           
 

Uses of Rules in org.springframework.rules.metadata
 

Methods in org.springframework.rules.metadata that return Rules
 Rules AttributesRulesSource.getRules(Class beanClass, String contextId)
           
 

Uses of Rules in org.springframework.rules.reporting
 

Methods in org.springframework.rules.reporting with parameters of type Rules
 BeanValidationResults BeanValidationResultsCollector.collectResults(Rules rules)
           
 

Uses of Rules in org.springframework.rules.support
 

Methods in org.springframework.rules.support that return Rules
 Rules DefaultRulesSource.getRules(Class bean)
           
 Rules DefaultRulesSource.getRules(Class beanType, String contextId)
           
 

Methods in org.springframework.rules.support with parameters of type Rules
 void DefaultRulesSource.addRules(Rules rules)
          Add or update the rules for a single bean class.
 void DefaultRulesSource.addRules(String contextId, Rules rules)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.