类 AbstractInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
- 所有已实现的接口:
ConcreteInterceptor,InterceptOrdered
- 直接已知子类:
AbstractSignatureInterceptor,AbstractSyncInterceptor,AbstractTokenBasedTopicSubscribeInterceptor,AsyncInterceptorChain,BeanValidationInterceptor,RBACInterceptor,ServiceTimingInterceptor
Created by davidoff shen on 2016-09-07.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final booleanaccept(DefinitionContext context) protected abstract booleanaccept_(DefinitionContext context) after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) protected static final DefinitionContextgetContext(org.aopalliance.intercept.MethodInvocation invocation) protected static final booleanisServiceMethod(DefinitionContext context) onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.concrete.core.intercept.InterceptOrdered
getOrder
-
构造器详细资料
-
AbstractInterceptor
public AbstractInterceptor()
-
-
方法详细资料
-
getContext
protected static final DefinitionContext getContext(org.aopalliance.intercept.MethodInvocation invocation) -
isServiceMethod
-
accept
- 指定者:
accept在接口中ConcreteInterceptor
-
accept_
-
before
- 指定者:
before在接口中ConcreteInterceptor
-
after
public Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) - 指定者:
after在接口中ConcreteInterceptor
-
onError
public Throwable onError(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th) - 指定者:
onError在接口中ConcreteInterceptor
-