Uses of Interface
org.springframework.beans.factory.parsing.ComponentDefinition
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Support infrastructure for bean definition parsing.
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.-
Uses of ComponentDefinition in org.springframework.aop.config
Modifier and TypeClassDescriptionclass
ComponentDefinition
that bridges the gap between the advisor bean definition configured by the<aop:advisor>
tag and the component definition infrastructure.class
ComponentDefinition
that holds an aspect definition, including its nested pointcuts.class
ComponentDefinition
implementation that holds a pointcut definition. -
Uses of ComponentDefinition in org.springframework.beans.factory.parsing
Modifier and TypeClassDescriptionclass
Base implementation ofComponentDefinition
that provides a basic implementation ofAbstractComponentDefinition.getDescription()
which delegates togetName()
.class
ComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.class
ComponentDefinition
implementation that holds one or more nestedComponentDefinition
instances, aggregating them into a named group of components.Modifier and TypeMethodDescriptionCompositeComponentDefinition.getNestedComponents()
Return the nested components that this composite component holds.Modifier and TypeMethodDescriptionvoid
CompositeComponentDefinition.addNestedComponent
(ComponentDefinition component) Add the given component as nested element of this composite component.void
EmptyReaderEventListener.componentRegistered
(ComponentDefinition componentDefinition) void
ReaderEventListener.componentRegistered
(ComponentDefinition componentDefinition) Notification that the given component has been registered.void
ReaderContext.fireComponentRegistered
(ComponentDefinition componentDefinition) Fire a component-registered event. -
Uses of ComponentDefinition in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionvoid
ParserContext.registerComponent
(ComponentDefinition component)