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
          Class to hold information and value for an individual property.
 

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

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.