| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Bean definitions can have zero or more properties. Property elements correspond to JavaBean setter methods exposed by the bean classes. Spring supports primitives, references to other beans in the same or related factories, lists, maps and properties.
Nested Element Summary | |
| array |
| bean |
| description |
| idref |
| list |
| map |
| meta |
| null |
| props |
| ref |
| set |
| value |
Attribute Summary | |
xsd:string | name The name of the property, following JavaBean naming conventions. |
xsd:string | ref A short-cut alternative to a nested "<ref bean='...'/>". |
xsd:string | value A short-cut alternative to a nested "<value>...</value>" element. |
Attribute Detail |
xsd:string
required
unqualified
xsd:string
optional
unqualified
xsd:string
optional
unqualified
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |