站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.parsing.CompositeComponentDefinition (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.parsing.CompositeComponentDefinition

Packages that use CompositeComponentDefinition
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-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

Uses of CompositeComponentDefinition in org.springframework.aop.config
 

Subclasses of CompositeComponentDefinition in org.springframework.aop.config
 class AspectComponentDefinition
          ComponentDefinition implementation that 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
 CompositeComponentDefinition ParserContext.getContainingComponent()
           
 CompositeComponentDefinition ParserContext.popContainingComponent()
           
 

Methods in org.springframework.beans.factory.xml with parameters of type CompositeComponentDefinition
 void ParserContext.pushContainingComponent(CompositeComponentDefinition containingComponent)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.