| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPropertyAccessStrategy | |
|---|---|
| org.springframework.binding.support | Implementations of the property access interfaces providing basic bean/class access. | 
| Uses of AbstractPropertyAccessStrategy in org.springframework.binding.support | 
|---|
| Subclasses of AbstractPropertyAccessStrategy in org.springframework.binding.support | |
|---|---|
|  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. | 
| Constructors in org.springframework.binding.support with parameters of type AbstractPropertyAccessStrategy | |
|---|---|
| AbstractPropertyAccessStrategy(AbstractPropertyAccessStrategy parent,
                                                             String basePropertyPath)Creates a child instance of AbstractPropertyAccessStrategy that will delegate to its parent for property access. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||