http://www.springframework.org/schema/beans
element array

Documentation
	An array can contain multiple inner bean, ref, collection, or value elements.
	This configuration element will always result in an array, even when being
	defined e.g. as a value for a map with value type Object.
			
Properties
This component is not nillable.

Model
<array
  merge = defaultable-boolean : default
  value-type = xsd:string>
(description?, (bean | ref | idref | value | null | array | list | set | map | props | (any element from any other namespace)*)* )
</array>


Nested Element Summary
 array
          
 bean
          
 description
          
 idref
          
 list
          
 map
          
 null
          
 props
          
 ref
          
 set
          
 value
          

Attribute Summary
 defaultable-booleanmerge
           Enables/disables merging for collections when using parent/child beans.  
 xsd:stringvalue-type
          The default Java type for nested values. 

Attribute Detail

merge

Enables/disables merging for collections when using parent/child beans.

Type:
defaultable-boolean
Default:
default
Use:
optional
Form:
unqualified

value-type

The default Java type for nested values. Must be a fully qualified class name.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="array">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="listOrSetType">
<xsd:attribute default="default" name="merge" type="defaultable-boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.