public abstract class AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor
PointcutAdvisor
that allows for any Advice
to be configured.setAdvice(org.aopalliance.aop.Advice)
,
DefaultPointcutAdvisor
,
Serialized FormEMPTY_ADVICE
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
AbstractGenericPointcutAdvisor() |
Modifier and Type | Method and Description |
---|---|
Advice |
getAdvice()
Return the advice part of this aspect.
|
void |
setAdvice(Advice advice)
Specify the advice that this advisor should apply.
|
String |
toString() |
equals, getOrder, hashCode, isPerInstance, setOrder
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPointcut
public void setAdvice(Advice advice)
public Advice getAdvice()
Advisor
MethodInterceptor
,
BeforeAdvice
,
ThrowsAdvice
,
AfterReturningAdvice