Uses of Class
org.springframework.rules.reporting.PropertyResults

Packages that use PropertyResults
org.springframework.binding.validation.support   
org.springframework.rules.reporting Rules result reporting interfaces and classes. 
 

Uses of PropertyResults in org.springframework.binding.validation.support
 

Methods in org.springframework.binding.validation.support with parameters of type PropertyResults
protected  void RulesValidator.constraintViolated(PropertyConstraint exp, PropertyResults propertyResults)
           
 

Uses of PropertyResults in org.springframework.rules.reporting
 

Methods in org.springframework.rules.reporting that return PropertyResults
 PropertyResults BeanValidationResultsCollector.collectPropertyResults(PropertyConstraint propertyRootExpression)
           
 PropertyResults BeanValidationResultsBuilder.getResults(String propertyName)
           
 PropertyResults BeanValidationResults.getResults(String propertyName)
           
 

Methods in org.springframework.rules.reporting with parameters of type PropertyResults
 String MessageTranslator.getMessage(PropertyResults results)
           
 String DefaultMessageTranslator.getMessage(PropertyResults results)
           
 



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