public abstract class AbstractInterceptor extends Object implements ConcreteInterceptor
| 构造器和说明 |
|---|
AbstractInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
after(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Object result) |
void |
before(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint) |
protected static RuntimeContext |
getContext(org.aopalliance.intercept.MethodInvocation joinPoint) |
Throwable |
onError(RuntimeContext context,
org.aopalliance.intercept.MethodInvocation joinPoint,
Throwable th) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptgetOrderprotected static final RuntimeContext getContext(org.aopalliance.intercept.MethodInvocation joinPoint)
public void before(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint)
before 在接口中 ConcreteInterceptorpublic Object after(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Object result)
after 在接口中 ConcreteInterceptorpublic Throwable onError(RuntimeContext context, org.aopalliance.intercept.MethodInvocation joinPoint, Throwable th)
onError 在接口中 ConcreteInterceptorCopyright © 2018. All rights reserved.