Uses of Package
org.springframework.rules.constraint.property

Packages that use org.springframework.rules.constraint.property
org.springframework.binding.validation.support   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.rules Core interfaces for the expression and function object/rules library. 
org.springframework.rules.constraint Out of the box predicates that address common needs such as comparison and composition. 
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
org.springframework.rules.factory Factories for creating rules. 
org.springframework.rules.reporting Rules result reporting interfaces and classes. 
org.springframework.rules.support   
 

Classes in org.springframework.rules.constraint.property used by org.springframework.binding.validation.support
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.richclient.samples.showcase.validation
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.richclient.security
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules.constraint
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules.constraint.property
AbstractPropertyConstraint
          Convenience superclass for bean property expressions.
CompoundPropertyConstraint
          Abstract base class for unary predicates which compose other predicates.
PropertyConstraint
          A predicate that constrains a bean property in some way.
RequiredIfTrue
          Validates a property value as 'required' if some other condition is true.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules.factory
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules.reporting
PropertyConstraint
          A predicate that constrains a bean property in some way.
 

Classes in org.springframework.rules.constraint.property used by org.springframework.rules.support
PropertyConstraint
          A predicate that constrains a bean property in some way.
 



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