java.lang.Objectorg.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractGenericPointcutAdvisor
org.springframework.aop.support.DefaultPointcutAdvisor
All Implemented Interfaces:
Serializable, Ordered, PointcutAdvisor
Direct Known Subclasses:
SyntheticInstantiationAdvisor
This is the most commonly used Advisor implementation. It can be used with any pointcut and advice type, except for introductions. There is normally no need to subclass this class, or to implement custom Advisors.
Rod - JohnsonJuergen - Hoeller| Constructor: |
|---|
Advice must be set before use using setter methods.
Pointcut will normally be set also, but defaults to |
|
|
| Method from org.springframework.aop.support.DefaultPointcutAdvisor Summary: |
|---|
| getPointcut, setPointcut, toString |
| Methods from org.springframework.aop.support.AbstractGenericPointcutAdvisor: |
|---|
| getAdvice, setAdvice, toString |
| Methods from org.springframework.aop.support.AbstractPointcutAdvisor: |
|---|
| equals, getOrder, hashCode, isPerInstance, setOrder |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.support.DefaultPointcutAdvisor Detail: |
|---|
|
Default is |
|