java.lang.Object | ||
↳ | org.springframework.beans.factory.parsing.AbstractComponentDefinition | |
↳ | org.springframework.beans.factory.parsing.CompositeComponentDefinition |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.