The Spring Framework

Uses of Interface
org.springframework.core.AttributeAccessor

Packages that use AttributeAccessor
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. 
 

Uses of AttributeAccessor in org.springframework.beans
 

Classes in org.springframework.beans that implement AttributeAccessor
 class PropertyValue
          Object to hold information and value for an individual bean property.
 

Uses of AttributeAccessor in org.springframework.beans.factory.config
 

Subinterfaces of AttributeAccessor in org.springframework.beans.factory.config
 interface BeanDefinition
          A BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations.
 

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

Classes in org.springframework.beans.factory.support that implement AttributeAccessor
 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.
 

Uses of AttributeAccessor in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml with parameters of type AttributeAccessor
 void BeanDefinitionParserDelegate.parseMetaElements(Element ele, AttributeAccessor attributeAccessor)
           
 

Uses of AttributeAccessor in org.springframework.core
 

Classes in org.springframework.core that implement AttributeAccessor
 class AttributeAccessorSupport
          Support class for AttributeAccessors, providing a base implementation of all methods.
 

Methods in org.springframework.core with parameters of type AttributeAccessor
protected  void AttributeAccessorSupport.copyAttributesFrom(AttributeAccessor source)
          Copy the attributes from the supplied AttributeAccessor to this accessor.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.