类 AbstractSignatureInterceptor
java.lang.Object
org.coodex.concrete.core.intercept.AbstractInterceptor
org.coodex.concrete.core.intercept.AbstractSignatureInterceptor
- 所有已实现的接口:
ConcreteInterceptor,InterceptOrdered
- 直接已知子类:
SignatureInterceptor
@ServerSide
@ClientSide
public abstract class AbstractSignatureInterceptor
extends AbstractInterceptor
Created by davidoff shen on 2017-04-24.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected booleanaccept_(DefinitionContext context) after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) TODO 通过subjoin来传递voidbefore(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint) protected abstract StringdataToString(byte[] data) intgetOrder()static StringgetPropertyName(String propertyName) 从类继承的方法 org.coodex.concrete.core.intercept.AbstractInterceptor
accept, getContext, isServiceMethod, onError
-
构造器详细资料
-
AbstractSignatureInterceptor
public AbstractSignatureInterceptor()
-
-
方法详细资料
-
getPropertyName
-
getOrder
public int getOrder() -
accept_
- 指定者:
accept_在类中AbstractInterceptor
-
before
- 指定者:
before在接口中ConcreteInterceptor- 覆盖:
before在类中AbstractInterceptor
-
after
public Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result) TODO 通过subjoin来传递- 指定者:
after在接口中ConcreteInterceptor- 覆盖:
after在类中AbstractInterceptor
-
dataToString
-