Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » factory » support » [javadoc | source]
org.springframework.beans.factory.support
public class: ManagedMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap
         java.util.LinkedHashMap
            org.springframework.beans.factory.support.ManagedMap

All Implemented Interfaces:
    Mergeable, BeanMetadataElement, Map, Serializable, Cloneable

Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).
Constructor:
 public ManagedMap() 
 public ManagedMap(int initialCapacity) 
Method from org.springframework.beans.factory.support.ManagedMap Summary:
getSource,   isMergeEnabled,   merge,   setMergeEnabled,   setSource
Methods from java.util.LinkedHashMap:
clear,   containsValue,   get
Methods from java.util.HashMap:
clear,   clone,   containsKey,   containsValue,   entrySet,   get,   isEmpty,   keySet,   put,   putAll,   remove,   size,   values
Methods from java.util.AbstractMap:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.support.ManagedMap Detail:
 public Object getSource() 
 public boolean isMergeEnabled() 
 public Object merge(Object parent) 
 public  void setMergeEnabled(boolean mergeEnabled) 
    Set whether merging should be enabled for this collection, in case of a 'parent' collection value being present.
 public  void setSource(Object source) 
    Set the configuration source Object for this metadata element.

    The exact type of the object will depend on the configuration mechanism used.