类 AspectJPointcutAdvisor
java.lang.Object
infra.aop.aspectj.AspectJPointcutAdvisor
- 所有已实现的接口:
Advisor,PointcutAdvisor,infra.core.Ordered
AspectJPointcutAdvisor that adapts an
AbstractAspectJAdvice
to the PointcutAdvisor interface.- 从以下版本开始:
- 4.0
- 作者:
- Adrian Colyer, Juergen Hoeller
-
字段概要
字段从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器构造器说明Create a new AspectJPointcutAdvisor for the given advice. -
方法概要
从接口继承的方法 infra.aop.Advisor
isPerInstance
-
字段详细资料
-
advice
-
pointcut
-
order
-
-
构造器详细资料
-
AspectJPointcutAdvisor
Create a new AspectJPointcutAdvisor for the given advice.- 参数:
advice- the AbstractAspectJAdvice to wrap
-
-
方法详细资料
-
setOrder
public void setOrder(int order) -
getOrder
public int getOrder()- 指定者:
getOrder在接口中infra.core.Ordered
-
getAdvice
从接口复制的说明:AdvisorReturn the advice part of this aspect. An advice may be an interceptor, a before advice, a throws advice, etc. -
getPointcut
从接口复制的说明:PointcutAdvisorGet the Pointcut that drives this advisor.- 指定者:
getPointcut在接口中PointcutAdvisor
-
getAspectName
Return the name of the aspect (bean) in which the advice was declared. -
equals
-
hashCode
public int hashCode()
-