| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutablePropertyAccessStrategy | |
|---|---|
| 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.binding.value.support | Supporting value model and value holder implementations. | 
| org.springframework.rules.constraint.property | Out of the box predicates and constraint building blocks involving bean properties. | 
| Uses of MutablePropertyAccessStrategy in org.springframework.binding | 
|---|
| Methods in org.springframework.binding that return MutablePropertyAccessStrategy | |
|---|---|
|  MutablePropertyAccessStrategy | MutablePropertyAccessStrategy.getPropertyAccessStrategyForPath(String propertyPath)Get a MutablePropertyAccessStrategyfor the given
 property. | 
|  MutablePropertyAccessStrategy | MutablePropertyAccessStrategy.newPropertyAccessStrategy(ValueModel domainObjectHolder)Return a new MutablePropertyAccessStrategyfor the given
 valueModel. | 
| Uses of MutablePropertyAccessStrategy in org.springframework.binding.form.support | 
|---|
| Methods in org.springframework.binding.form.support that return MutablePropertyAccessStrategy | |
|---|---|
|  MutablePropertyAccessStrategy | AbstractFormModel.getFormObjectPropertyAccessStrategy() | 
| Constructors in org.springframework.binding.form.support with parameters of type MutablePropertyAccessStrategy | |
|---|---|
| AbstractFormModel(MutablePropertyAccessStrategy propertyAccessStrategy,
                                   boolean buffered) | |
| DefaultFormModel(MutablePropertyAccessStrategy domainObjectAccessStrategy) | |
| DefaultFormModel(MutablePropertyAccessStrategy domainObjectAccessStrategy,
                                 boolean bufferChanges) | |
| Uses of MutablePropertyAccessStrategy in org.springframework.binding.support | 
|---|
| Classes in org.springframework.binding.support that implement MutablePropertyAccessStrategy | |
|---|---|
|  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 MutablePropertyAccessStrategy in org.springframework.binding.value.support | 
|---|
| Constructors in org.springframework.binding.value.support with parameters of type MutablePropertyAccessStrategy | |
|---|---|
| PropertyAdapter(ValueModel valueModel,
                               MutablePropertyAccessStrategy propertyAccessStrategy,
                               String property) | |
| Uses of MutablePropertyAccessStrategy in org.springframework.rules.constraint.property | 
|---|
| Methods in org.springframework.rules.constraint.property that return MutablePropertyAccessStrategy | |
|---|---|
| protected  MutablePropertyAccessStrategy | UniquePropertyValueConstraint.createPropertyAccessStrategy(Object o) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||