public abstract class PrototypeInterceptor extends Object implements Interceptor
| 构造器和说明 |
|---|
PrototypeInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
doIntercept(Invocation inv) |
void |
intercept(Invocation inv) |
public final void intercept(Invocation inv)
intercept 在接口中 Interceptorpublic abstract void doIntercept(Invocation inv)
Copyright © 2015. All rights reserved.