| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
The top level (typically root) element. Allows the definition of default values for all nested bean definitions.
Nested Element Summary | |
| alias |
| bean |
| description |
| import |
Attribute Summary | |
xsd:NMTOKEN | default-autowire The default 'autowire' value; see the documentation for the 'autowire' attribute of the '<bean>' element. |
xsd:string | default-autowire-candidates A default bean name pattern for identifying autowire candidates: e.g. |
xsd:string | default-destroy-method The default 'destroy-method' value; see the documentation for the 'destroy-method' attribute of the '<bean>' element. |
xsd:string | default-init-method The default 'init-method' value; see the documentation for the 'init-method' attribute of the '<bean>' element. |
xsd:boolean | default-lazy-init The default 'lazy-init' value; see the documentation for the 'lazy-init' attribute of the '<bean>' element. |
xsd:boolean | default-merge The default 'merge' value; see the documentation for the 'merge' attribute of the various collection elements. |
Attribute Detail |
no
optional
unqualified
xsd:string
optional
unqualified
xsd:string
optional
unqualified
xsd:string
optional
unqualified
xsd:boolean
false
optional
unqualified
xsd:boolean
false
optional
unqualified
<xsd:element name="beans"><xsd:complexType></xsd:element><xsd:sequence><xsd:choice maxOccurs="unbounded" minOccurs="0"></xsd:sequence><xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/></xsd:choice><xsd:attribute default="false" name="default-lazy-init" type="xsd:boolean">
</xsd:attribute><xsd:attribute default="false" name="default-merge" type="xsd:boolean">
</xsd:attribute><xsd:attribute default="no" name="default-autowire"><xsd:simpleType></xsd:attribute><xsd:restriction base="xsd:NMTOKEN"></xsd:simpleType><xsd:enumeration value="no"/><xsd:enumeration value="byName"/><xsd:enumeration value="byType"/><xsd:enumeration value="constructor"/></xsd:restriction><xsd:attribute name="default-autowire-candidates" type="xsd:string">
</xsd:attribute><xsd:attribute name="default-init-method" type="xsd:string">
</xsd:attribute><xsd:attribute name="default-destroy-method" type="xsd:string">
</xsd:attribute><xsd:anyAttribute namespace="##other" processContents="lax"/></xsd:complexType>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |