| java.lang.Object | ||
| ↳ | org.springframework.beans.factory.parsing.AbstractComponentDefinition | |
| ↳ | org.springframework.beans.factory.parsing.CompositeComponentDefinition | |
Known Direct Subclasses
|
ComponentDefinition implementation that holds one or more nested
ComponentDefinition instances, aggregating them into a named group
of components.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CompositeComponentDefinition.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the given component as nested element of this composite component.
| |||||||||||
Return the nested components that this composite component holds.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.factory.parsing.AbstractComponentDefinition
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.BeanMetadataElement
| |||||||||||
From interface
org.springframework.beans.factory.parsing.ComponentDefinition
| |||||||||||
Create a new CompositeComponentDefinition.
| name | the name of the composite component |
|---|---|
| source | the source element that defines the root of the composite component |
Add the given component as nested element of this composite component.
| component | the nested component to add |
|---|
Return the nested components that this composite component holds.