| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyAccessStrategy | |
|---|---|
| org.springframework.binding | Base interfaces for property read/write access. | 
| org.springframework.binding.form.support | |
| org.springframework.binding.support | Implementations of the property access interfaces providing basic bean/class access. | 
| org.springframework.rules.constraint.property | Out of the box predicates and constraint building blocks involving bean properties. | 
| Uses of PropertyAccessStrategy in org.springframework.binding | 
|---|
| Subinterfaces of PropertyAccessStrategy in org.springframework.binding | |
|---|---|
|  interface | MutablePropertyAccessStrategyAn extension of the base property access strategy interface that allows for mutable operations. | 
| Uses of PropertyAccessStrategy in org.springframework.binding.form.support | 
|---|
| Classes in org.springframework.binding.form.support that implement PropertyAccessStrategy | |
|---|---|
|  class | FormModelPropertyAccessStrategyAdapts the properties of FormModelso that they are accessible using thePropertyAccessStrategyinterface. | 
| Methods in org.springframework.binding.form.support that return PropertyAccessStrategy | |
|---|---|
|  PropertyAccessStrategy | AbstractFormModel.getPropertyAccessStrategy() | 
| Uses of PropertyAccessStrategy in org.springframework.binding.support | 
|---|
| Classes in org.springframework.binding.support that implement PropertyAccessStrategy | |
|---|---|
|  class | AbstractPropertyAccessStrategyAn abstract implementation of MutablePropertyAccessStrategythat provides support for concrete implementations. | 
|  class | AnnotationAwareBeanPropertyAccessStrategyA JavaBean PropertyAccessStrategythat exposes JDK 1.5 Annotations for each property
 in the form of property level user metadata. | 
|  class | BeanPropertyAccessStrategyAn implementation of MutablePropertyAccessStrategythat provides access 
 to the properties of a JavaBean. | 
|  class | ClassPropertyAccessStrategyAn implementation of MutablePropertyAccessStrategythat
 provides type-save access to data specified by a class. | 
|  class | ObjectPropertyAccessStrategyAn implementation of MutablePropertyAccessStrategythat provides access
 to the properties of any object. | 
| Uses of PropertyAccessStrategy in org.springframework.rules.constraint.property | 
|---|
| Methods in org.springframework.rules.constraint.property with parameters of type PropertyAccessStrategy | |
|---|---|
| protected  boolean | PropertyInGroupConstraint.test(PropertyAccessStrategy accessor) | 
| protected  boolean | RequiredIfTrue.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| protected abstract  boolean | AbstractPropertyConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| protected  boolean | PropertyPresent.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| protected  boolean | PropertyValueConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| protected  boolean | ConditionalPropertyConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| protected  boolean | PropertiesConstraint.test(PropertyAccessStrategy domainObjectAccessStrategy) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||