类 AbstractGenericPointcutAdvisor
java.lang.Object
infra.core.OrderedSupport
infra.aop.support.AbstractPointcutAdvisor
infra.aop.support.AbstractGenericPointcutAdvisor
- 所有已实现的接口:
Advisor,PointcutAdvisor,infra.core.Ordered,Serializable
- 直接已知子类:
AspectJExpressionPointcutAdvisor,DefaultPointcutAdvisor,NameMatchMethodPointcutAdvisor,RegexpMethodPointcutAdvisor
Abstract generic
PointcutAdvisor
that allows for any Advice to be configured.- 从以下版本开始:
- 4.0 2022/1/9 23:05
- 作者:
- Juergen Hoeller, Harry Yang
- 另请参阅:
-
字段概要
字段从类继承的字段 infra.core.OrderedSupport
order从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
从类继承的方法 infra.aop.support.AbstractPointcutAdvisor
equals, getOrder, hashCode从类继承的方法 infra.core.OrderedSupport
setOrder从接口继承的方法 infra.aop.Advisor
isPerInstance从接口继承的方法 infra.aop.PointcutAdvisor
getPointcut
-
字段详细资料
-
advice
-
-
构造器详细资料
-
AbstractGenericPointcutAdvisor
public AbstractGenericPointcutAdvisor()
-
-
方法详细资料
-
setAdvice
Specify the advice that this advisor should apply. -
getAdvice
从接口复制的说明:AdvisorReturn the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc.- 返回:
- the advice that should apply if the pointcut matches
- 另请参阅:
-
toString
-