The Spring Framework

Uses of Class
org.springframework.core.AttributeAccessorSupport

Packages that use AttributeAccessorSupport
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

Uses of AttributeAccessorSupport in org.springframework.beans
 

Subclasses of AttributeAccessorSupport in org.springframework.beans
 class PropertyValue
          Object to hold information and value for an individual bean property.
 

Uses of AttributeAccessorSupport in org.springframework.beans.factory.support
 

Subclasses of AttributeAccessorSupport in org.springframework.beans.factory.support
 class AbstractBeanDefinition
          Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
 class ChildBeanDefinition
          Bean definition for beans which inherit settings from their parent.
 class RootBeanDefinition
          Root bean definitions are the most common type of bean definition.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.