Uses of Interface
org.springframework.beans.factory.parsing.ComponentDefinition
Packages that use ComponentDefinition Package Description org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format.org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of ComponentDefinition in org.springframework.aop.config
Classes in org.springframework.aop.config that implement ComponentDefinition Modifier and Type Class Description classAdvisorComponentDefinitionComponentDefinitionthat bridges the gap between the advisor bean definition configured by the<aop:advisor>tag and the component definition infrastructure.classAspectComponentDefinitionComponentDefinitionthat holds an aspect definition, including its nested pointcuts.classPointcutComponentDefinitionComponentDefinitionimplementation that holds a pointcut definition.Uses of ComponentDefinition in org.springframework.beans.factory.parsing
Classes in org.springframework.beans.factory.parsing that implement ComponentDefinition Modifier and Type Class Description classAbstractComponentDefinitionBase implementation ofComponentDefinitionthat provides a basic implementation ofAbstractComponentDefinition.getDescription()which delegates togetName().classBeanComponentDefinitionComponentDefinition based on a standard BeanDefinition, exposing the given bean definition as well as inner bean definitions and bean references for the given bean.classCompositeComponentDefinitionComponentDefinitionimplementation that holds one or more nestedComponentDefinitioninstances, aggregating them into a named group of components.Methods in org.springframework.beans.factory.parsing that return ComponentDefinition Modifier and Type Method Description ComponentDefinition[]CompositeComponentDefinition. getNestedComponents()Return the nested components that this composite component holds.Methods in org.springframework.beans.factory.parsing with parameters of type ComponentDefinition Modifier and Type Method Description voidCompositeComponentDefinition. 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.xml
Methods in org.springframework.beans.factory.xml with parameters of type ComponentDefinition Modifier and Type Method Description voidParserContext. registerComponent(ComponentDefinition component)