Uses of Class
org.springframework.beans.factory.parsing.CompositeComponentDefinition
Packages that use CompositeComponentDefinition Package Description org.springframework.aop.config Support package for declarative AOP configuration, with XML schema being the primary configuration format.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of CompositeComponentDefinition in org.springframework.aop.config
Subclasses of CompositeComponentDefinition in org.springframework.aop.config Modifier and Type Class Description classAspectComponentDefinitionComponentDefinitionthat holds an aspect definition, including its nested pointcuts.Uses of CompositeComponentDefinition in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return CompositeComponentDefinition Modifier and Type Method Description CompositeComponentDefinitionParserContext. getContainingComponent()CompositeComponentDefinitionParserContext. popContainingComponent()Methods in org.springframework.beans.factory.xml with parameters of type CompositeComponentDefinition Modifier and Type Method Description voidParserContext. pushContainingComponent(CompositeComponentDefinition containingComponent)