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 Summary
Fields inherited from interface Advisor
EMPTY_ADVICE
Fields inherited from interface Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPointcutAdvisor
equals, getOrder, hashCode, setOrder
Methods inherited from interface Advisor
isPerInstance
Methods inherited from interface PointcutAdvisor
getPointcut
-
Constructor Details
-
AbstractGenericPointcutAdvisor
public AbstractGenericPointcutAdvisor()
-
-
Method Details
-
setAdvice
Specify the advice that this advisor should apply. -
getAdvice
-
toString
-