Package org.springframework.aop.support
Class AbstractGenericPointcutAdvisor
java.lang.Object
org.springframework.aop.support.AbstractPointcutAdvisor
org.springframework.aop.support.AbstractGenericPointcutAdvisor
- All Implemented Interfaces:
- Serializable,- Advisor,- PointcutAdvisor,- Ordered
- Direct Known Subclasses:
- AspectJExpressionPointcutAdvisor,- DefaultPointcutAdvisor,- NameMatchMethodPointcutAdvisor,- RegexpMethodPointcutAdvisor
Abstract generic 
PointcutAdvisor
 that allows for any Advice to be configured.- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from interface org.springframework.aop.AdvisorEMPTY_ADVICEFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.aop.support.AbstractPointcutAdvisorequals, getOrder, hashCode, isPerInstance, setOrderMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.aop.PointcutAdvisorgetPointcut
- 
Constructor Details- 
AbstractGenericPointcutAdvisorpublic AbstractGenericPointcutAdvisor()
 
- 
- 
Method Details- 
setAdviceSpecify the advice that this advisor should apply.
- 
getAdviceDescription copied from interface:AdvisorReturn the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.- Returns:
- the advice that should apply if the pointcut matches
- See Also:
 
- 
toString
 
-