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

Packages that use BeanPropertyAccessStrategy
org.springframework.binding.support Implementations of the property access interfaces providing basic bean/class access. 
 

Uses of BeanPropertyAccessStrategy in org.springframework.binding.support
 

Subclasses of BeanPropertyAccessStrategy 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.
 

Constructors in org.springframework.binding.support with parameters of type BeanPropertyAccessStrategy
AnnotationAwareBeanPropertyAccessStrategy(BeanPropertyAccessStrategy parent, String basePropertyPath)
           
BeanPropertyAccessStrategy(BeanPropertyAccessStrategy parent, String basePropertyPath)
          Creates a child instance of BeanPropertyAccessStrategy that will delegate to its parent for property access.
 



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