Uses of Interface
org.springframework.beans.factory.parsing.ComponentDefinition
Packages that use 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.configClasses in org.springframework.aop.config that implement ComponentDefinitionModifier and TypeClassDescriptionclassComponentDefinitionthat bridges the gap between the advisor bean definition configured by the<aop:advisor>tag and the component definition infrastructure.classComponentDefinitionthat holds an aspect definition, including its nested pointcuts.classComponentDefinitionimplementation that holds a pointcut definition.
- 
Uses of ComponentDefinition in org.springframework.beans.factory.parsingClasses in org.springframework.beans.factory.parsing that implement ComponentDefinitionModifier and TypeClassDescriptionclassBase implementation ofComponentDefinitionthat provides a basic implementation ofAbstractComponentDefinition.getDescription()which delegates togetName().classComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.classComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, aggregating them into a named group of components.Methods in org.springframework.beans.factory.parsing that return ComponentDefinitionModifier and TypeMethodDescriptionCompositeComponentDefinition.getNestedComponents()Return the nested components that this composite component holds.Methods in org.springframework.beans.factory.parsing with parameters of type ComponentDefinitionModifier and TypeMethodDescriptionvoidCompositeComponentDefinition.addNestedComponent(ComponentDefinition component) Add the given component as nested element of this composite component.voidEmptyReaderEventListener.componentRegistered(ComponentDefinition componentDefinition) voidReaderEventListener.componentRegistered(ComponentDefinition componentDefinition) Notification that the given component has been registered.voidReaderContext.fireComponentRegistered(ComponentDefinition componentDefinition) Fire a component-registered event.
- 
Uses of ComponentDefinition in org.springframework.beans.factory.xmlMethods in org.springframework.beans.factory.xml with parameters of type ComponentDefinitionModifier and TypeMethodDescriptionvoidParserContext.registerComponent(ComponentDefinition component)