Uses of Class
org.springframework.rules.constraint.property.AbstractPropertyConstraint

Packages that use AbstractPropertyConstraint
org.springframework.rules.constraint.property Out of the box predicates and constraint building blocks involving bean properties. 
 

Uses of AbstractPropertyConstraint in org.springframework.rules.constraint.property
 

Subclasses of AbstractPropertyConstraint in org.springframework.rules.constraint.property
 class ConditionalPropertyConstraint
           Provides a way to trigger rules for propertyB when propertyA satisfies a certain condition:
 class PropertiesConstraint
          A constraint that returns the result of a boolean expression that tests two variable bean property values.
 class PropertyInGroupConstraint
          Property constraint which works like InGroup constraint but allows using a dynamic value list to determine if a property value is in a group of values.
 class PropertyPresent
          Predicate that tests if the specified bean property is "present" - that is, passes the "Required" test.
 class PropertyValueConstraint
          A constraint that returns the result of a boolean expression that tests a variable bean property value against a predicate (constraint).
 class RequiredIfOthersPresent
           
 class RequiredIfTrue
          Validates a property value as 'required' if some other condition is true.
 



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