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

Documentation
	Props elements differ from map elements in that values must be strings.
	Props may be empty.
			
Properties
This component is not nillable.

Model
<props
  merge = defaultable-boolean : default
  value-type = xsd:string>
prop*
</props>


Nested Element Summary
 prop
          

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="props">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="propsType">
<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.