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

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

The Spring Framework

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

Packages that use AbstractComponentDefinition
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. 
 

Uses of AbstractComponentDefinition in org.springframework.aop.config
 

Subclasses of AbstractComponentDefinition in org.springframework.aop.config
 class AdvisorComponentDefinition
          A component definition that bridges the gap between the advisor bean definition configured by the <aop:advisor> tag and the component definition infrastructure.
 class AspectComponentDefinition
          ComponentDefinition implementation that holds an aspect definition, including its nested pointcuts.
 class PointcutComponentDefinition
          ComponentDefinition implementation that holds a pointcut definition.
 

Uses of AbstractComponentDefinition in org.springframework.beans.factory.parsing
 

Subclasses of AbstractComponentDefinition in org.springframework.beans.factory.parsing
 class CompositeComponentDefinition
          ComponentDefinition implementation that holds one or more nested ComponentDefinition instances, aggregating them into a named group of components.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.