类 AbstractPointcutAdvisor
java.lang.Object
infra.core.OrderedSupport
infra.aop.support.AbstractPointcutAdvisor
- 所有已实现的接口:
Advisor,PointcutAdvisor,infra.core.Ordered,Serializable
public abstract class AbstractPointcutAdvisor
extends infra.core.OrderedSupport
implements PointcutAdvisor, Serializable
Abstract base class for
PointcutAdvisor
implementations. Can be subclassed for returning a specific pointcut/advice
or a freely configurable pointcut/advice.- 从以下版本开始:
- 3.0
- 作者:
- Rod Johnson, Juergen Hoeller, TODAY 2021/2/1 19:06
- 另请参阅:
-
字段概要
字段从类继承的字段 infra.core.OrderedSupport
order从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
从类继承的方法 infra.core.OrderedSupport
setOrder从接口继承的方法 infra.aop.Advisor
getAdvice, isPerInstance从接口继承的方法 infra.aop.PointcutAdvisor
getPointcut
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
AbstractPointcutAdvisor
public AbstractPointcutAdvisor()
-
-
方法详细资料