public class InterceptorEntity extends java.lang.Object implements Interceptor
| 构造器和说明 |
|---|
InterceptorEntity(int index,
Interceptor real) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
doIntercept(Invocation inv)
拦截
|
int |
getIndex()
获取顺序位
|
Interceptor |
getReal()
获取原拦截器
|
public InterceptorEntity(int index,
Interceptor real)
public int getIndex()
public Interceptor getReal()
public java.lang.Object doIntercept(Invocation inv) throws java.lang.Throwable
doIntercept 在接口中 Interceptorinv - 调用者java.lang.Throwable