| |||||||
| 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-autowireThe default 'autowire' value; see the documentation for the 'autowire' attribute of the '<bean>' element. |
xsd:string | default-autowire-candidatesA default bean name pattern for identifying autowire candidates: e.g. |
xsd:string | default-destroy-methodThe default 'destroy-method' value; see the documentation for the 'destroy-method' attribute of the '<bean>' element. |
xsd:string | default-init-methodThe default 'init-method' value; see the documentation for the 'init-method' attribute of the '<bean>' element. |
xsd:boolean | default-lazy-initThe default 'lazy-init' value; see the documentation for the 'lazy-init' attribute of the '<bean>' element. |
xsd:boolean | default-mergeThe default 'merge' value; see the documentation for the 'merge' attribute of the various collection elements. |
| Attribute Detail |
nooptionalunqualifiedxsd:stringoptionalunqualifiedxsd:stringoptionalunqualifiedxsd:stringoptionalunqualifiedxsd:booleanfalseoptionalunqualifiedxsd:booleanfalseoptionalunqualified<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 | ||||||