站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.core.AttributeAccessorSupport (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.