| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.parsing.AbstractComponentDefinition
org.springframework.aop.config.PointcutComponentDefinition
public class PointcutComponentDefinition
ComponentDefinition
 implementation that holds a pointcut definition.
| Constructor Summary | |
|---|---|
| PointcutComponentDefinition(String pointcutBeanName,
                            BeanDefinition pointcutDefinition,
                            String expression) | |
| Method Summary | |
|---|---|
|  BeanDefinition[] | getBeanDefinitions()Returns an empty array. | 
|  String | getDescription()Delegates to ComponentDefinition.getName(). | 
|  String | getName()Get the user-visible name of this ComponentDefinition. | 
|  Object | getSource()Return the configuration source Objectfor this metadata element
 (may benull). | 
| Methods inherited from class org.springframework.beans.factory.parsing.AbstractComponentDefinition | 
|---|
| getBeanReferences, getInnerBeanDefinitions, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PointcutComponentDefinition(String pointcutBeanName,
                                   BeanDefinition pointcutDefinition,
                                   String expression)
| Method Detail | 
|---|
public String getName()
ComponentDefinitionComponentDefinition.
 This should link back directly to the corresponding configuration data for this component in a given context.
public String getDescription()
AbstractComponentDefinitionComponentDefinition.getName().
getDescription in interface ComponentDefinitiongetDescription in class AbstractComponentDefinitionpublic BeanDefinition[] getBeanDefinitions()
AbstractComponentDefinition
getBeanDefinitions in interface ComponentDefinitiongetBeanDefinitions in class AbstractComponentDefinitionpublic Object getSource()
BeanMetadataElementObject for this metadata element
 (may be null).
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||