Uses of Class
org.springframework.binding.support.AbstractPropertyAccessStrategy

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 AnnotationAwareBeanPropertyAccessStrategy
          A JavaBean PropertyAccessStrategy that exposes JDK 1.5 Annotations for each property in the form of property level user metadata.
 class BeanPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that provides access to the properties of a JavaBean.
 class ClassPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that provides type-save access to data specified by a class.
 class ObjectPropertyAccessStrategy
          An implementation of MutablePropertyAccessStrategy that 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.
 



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