Uses of Interface
org.springframework.beans.factory.parsing.ComponentDefinition
Packages that use ComponentDefinition
Package
Description
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.beans.factory.parsing
Classes 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.xml
Methods in org.springframework.beans.factory.xml with parameters of type ComponentDefinitionModifier and TypeMethodDescriptionvoidParserContext.registerComponent(ComponentDefinition component)