public class AdvisorComponentDefinition
extends org.springframework.beans.factory.parsing.AbstractComponentDefinition
ComponentDefinition
 that bridges the gap between the advisor bean definition configured
 by the <aop:advisor> tag and the component definition
 infrastructure.| Constructor and Description | 
|---|
| AdvisorComponentDefinition(String advisorBeanName,
                          org.springframework.beans.factory.config.BeanDefinition advisorDefinition) | 
| AdvisorComponentDefinition(String advisorBeanName,
                          org.springframework.beans.factory.config.BeanDefinition advisorDefinition,
                          org.springframework.beans.factory.config.BeanDefinition pointcutDefinition) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.beans.factory.config.BeanDefinition[] | getBeanDefinitions() | 
| org.springframework.beans.factory.config.BeanReference[] | getBeanReferences() | 
| String | getDescription() | 
| String | getName() | 
| Object | getSource() | 
public AdvisorComponentDefinition(String advisorBeanName, org.springframework.beans.factory.config.BeanDefinition advisorDefinition)
public AdvisorComponentDefinition(String advisorBeanName, org.springframework.beans.factory.config.BeanDefinition advisorDefinition, @Nullable org.springframework.beans.factory.config.BeanDefinition pointcutDefinition)
public String getName()
public String getDescription()
getDescription in interface org.springframework.beans.factory.parsing.ComponentDefinitiongetDescription in class org.springframework.beans.factory.parsing.AbstractComponentDefinitionpublic org.springframework.beans.factory.config.BeanDefinition[] getBeanDefinitions()
getBeanDefinitions in interface org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanDefinitions in class org.springframework.beans.factory.parsing.AbstractComponentDefinitionpublic org.springframework.beans.factory.config.BeanReference[] getBeanReferences()
getBeanReferences in interface org.springframework.beans.factory.parsing.ComponentDefinitiongetBeanReferences in class org.springframework.beans.factory.parsing.AbstractComponentDefinition@Nullable public Object getSource()