Showing:

Annotations
Attributes
Properties
Element idref
Namespace http://www.springframework.org/schema/beans
Annotations
The id of another bean in this factory or an external factory
(parent or included factory).
While a regular 'value' element could instead be used for the
same effect, using idref indicates that the Spring container
should check that the value actually corresponds to a bean id.
Properties
content complex
Attributes
QName Type Use Annotation
bean xsd:string optional
The name of the referenced bean.
local xsd:string optional
The name of the referenced bean. The value must be a bean ID and will be
checked by the Spring container. This is therefore the preferred technique
for referencing beans within the same bean factory XML file.
Attribute idref / @bean
Namespace No namespace
Annotations
The name of the referenced bean.
Type xsd:string
Properties
content simple
Attribute idref / @local
Namespace No namespace
Annotations
The name of the referenced bean. The value must be a bean ID and will be
checked by the Spring container. This is therefore the preferred technique
for referencing beans within the same bean factory XML file.
Type xsd:string
Properties
content simple