|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Object for this metadata element
(may be null ). |
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()
ComponentDefinition
ComponentDefinition
.
This should link back directly to the corresponding configuration data for this component in a given context.
public String getDescription()
AbstractComponentDefinition
ComponentDefinition.getName()
.
getDescription
in interface ComponentDefinition
getDescription
in class AbstractComponentDefinition
public BeanDefinition[] getBeanDefinitions()
AbstractComponentDefinition
getBeanDefinitions
in interface ComponentDefinition
getBeanDefinitions
in class AbstractComponentDefinition
public Object getSource()
BeanMetadataElement
Object
for this metadata element
(may be null
).
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |