@ServerSide @ClientSide public abstract class AbstractSignatureInterceptor extends AbstractInterceptor
| 构造器和说明 |
|---|
AbstractSignatureInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
accept_(DefinitionContext context) |
Object |
after(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result)
TODO 通过subjoin来传递
|
void |
before(DefinitionContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
protected abstract String |
dataToString(byte[] data) |
int |
getOrder() |
static String |
getPropertyName(String propertyName) |
accept, getContext, isServiceMethod, onErrorpublic int getOrder()
protected boolean accept_(DefinitionContext context)
accept_ 在类中 AbstractInterceptorpublic void before(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before 在接口中 ConcreteInterceptorbefore 在类中 AbstractInterceptorpublic Object after(DefinitionContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after 在接口中 ConcreteInterceptorafter 在类中 AbstractInterceptorprotected abstract String dataToString(byte[] data)
Copyright © 2022. All rights reserved.