类 AspectComponentDefinition
- java.lang.Object
- org.springframework.beans.factory.parsing.AbstractComponentDefinition
- org.springframework.beans.factory.parsing.CompositeComponentDefinition
- org.springframework.aop.config.AspectComponentDefinition
- 所有已实现的接口:
BeanMetadataElement,ComponentDefinition
public class AspectComponentDefinition extends CompositeComponentDefinition
ComponentDefinitionthat holds an aspect definition, including its nested pointcuts.- 从以下版本开始:
- 2.0
- 作者:
- Rob Harrop, Juergen Hoeller
- 另请参阅:
CompositeComponentDefinition.getNestedComponents(),PointcutComponentDefinition
构造器概要
构造器 构造器 说明 AspectComponentDefinition(String aspectName, BeanDefinition[] beanDefinitions, BeanReference[] beanReferences, Object source)
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 BeanDefinition[]getBeanDefinitions()Returns an empty array.BeanReference[]getBeanReferences()Returns an empty array.从类继承的方法 org.springframework.beans.factory.parsing.CompositeComponentDefinition
addNestedComponent, getName, getNestedComponents, getSource
从类继承的方法 org.springframework.beans.factory.parsing.AbstractComponentDefinition
getDescription, getInnerBeanDefinitions, toString
构造器详细资料
AspectComponentDefinition
public AspectComponentDefinition(String aspectName, BeanDefinition[] beanDefinitions, BeanReference[] beanReferences, Object source)
方法详细资料
getBeanDefinitions
public BeanDefinition[] getBeanDefinitions()
从类复制的说明:AbstractComponentDefinitionReturns an empty array.- 指定者:
getBeanDefinitions在接口中ComponentDefinition- 覆盖:
getBeanDefinitions在类中AbstractComponentDefinition- 返回:
- the array of BeanDefinitions, or an empty array if none
getBeanReferences
public BeanReference[] getBeanReferences()
从类复制的说明:AbstractComponentDefinitionReturns an empty array.- 指定者:
getBeanReferences在接口中ComponentDefinition- 覆盖:
getBeanReferences在类中AbstractComponentDefinition- 返回:
- the array of BeanReferences, or an empty array if none