org.springframework.aop.aspectj
Class AspectJPointcutAdvisor
java.lang.Object
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractGenericPointcutAdvisor
org.springframework.aop.support.DefaultPointcutAdvisor
org.springframework.aop.aspectj.AspectJPointcutAdvisor
- All Implemented Interfaces:
- Serializable, Advisor, PointcutAdvisor, Ordered
public class AspectJPointcutAdvisor
- extends DefaultPointcutAdvisor
AspectJPointcutAdvisor enforces the rule that the pointcut reference
held by this advisor must be to the same pointcut instance as that
held by the associated (AspectJ) advice.
- Since:
- 2.0
- Author:
- Adrian Colyer
- See Also:
- Serialized Form
Method Summary |
void |
setAdvice(org.aopalliance.aop.Advice advice)
Ensure pointcut instance in this advisor and the associated advice point to the
same instance. |
void |
setPointcut(Pointcut pointcut)
Ensure pointcut instance in this advisor and the associated advice point to the
same instance. |
AspectJPointcutAdvisor
public AspectJPointcutAdvisor()
setPointcut
public void setPointcut(Pointcut pointcut)
- Ensure pointcut instance in this advisor and the associated advice point to the
same instance.
- Overrides:
setPointcut
in class DefaultPointcutAdvisor
setAdvice
public void setAdvice(org.aopalliance.aop.Advice advice)
- Ensure pointcut instance in this advisor and the associated advice point to the
same instance.
- Overrides:
setAdvice
in class AbstractGenericPointcutAdvisor
Copyright © 2002-2006 The Spring Framework.