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: ManagedList [javadoc | source]
java.lang.Object
   java.util.AbstractCollection
      java.util.AbstractList
         java.util.ArrayList
            org.springframework.beans.factory.support.ManagedList

All Implemented Interfaces:
    Mergeable, BeanMetadataElement, List, Serializable, RandomAccess, Cloneable, Collection

Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).
Constructor:
 public ManagedList() 
 public ManagedList(int initialCapacity) 
Method from org.springframework.beans.factory.support.ManagedList Summary:
getSource,   isMergeEnabled,   merge,   setMergeEnabled,   setSource
Methods from java.util.ArrayList:
add,   add,   addAll,   addAll,   clear,   clone,   contains,   ensureCapacity,   get,   indexOf,   isEmpty,   lastIndexOf,   remove,   remove,   set,   size,   toArray,   toArray,   trimToSize
Methods from java.util.AbstractList:
add,   add,   addAll,   clear,   equals,   get,   hashCode,   indexOf,   iterator,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from java.util.AbstractCollection:
add,   addAll,   clear,   contains,   containsAll,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.support.ManagedList 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.