public abstract class AbstractGenericPointcutAdvisor extends AbstractPointcutAdvisor
setAdvice(Advice),
DefaultPointcutAdvisor,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private Advice |
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.
|
java.lang.String |
toString() |
equals, getOrder, hashCode, isPerInstance, setOrderclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPointcutpublic void setAdvice(Advice advice)
public Advice getAdvice()
Advisororg.aopalliance.intercept.MethodInterceptor,
BeforeAdvice,
ThrowsAdvice,
AfterReturningAdvicepublic java.lang.String toString()
toString in class java.lang.Object