Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » core » [javadoc | source]
org.springframework.core
abstract public class: AttributeAccessorSupport [javadoc | source]
java.lang.Object
   org.springframework.core.AttributeAccessorSupport

All Implemented Interfaces:
    AttributeAccessor, Serializable

Direct Known Subclasses:
    AnnotatedGenericBeanDefinition, BeanMetadataAttributeAccessor, PropertyValue, AbstractBeanDefinition, ChildBeanDefinition, ScannedGenericBeanDefinition, RootBeanDefinition, GenericBeanDefinition, AutowireCandidateQualifier

Support class for AttributeAccessors , providing a base implementation of all methods. To be extended by subclasses.

Serializable if subclasses and all attribute values are Serializable .

Method from org.springframework.core.AttributeAccessorSupport Summary:
attributeNames,   copyAttributesFrom,   equals,   getAttribute,   hasAttribute,   hashCode,   removeAttribute,   setAttribute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.core.AttributeAccessorSupport Detail:
 public String[] attributeNames() 
 protected  void copyAttributesFrom(AttributeAccessor source) 
    Copy the attributes from the supplied AttributeAccessor to this accessor.
 public boolean equals(Object other) 
 public Object getAttribute(String name) 
 public boolean hasAttribute(String name) 
 public int hashCode() 
 public Object removeAttribute(String name) 
 public  void setAttribute(String name,
    Object value)