类 DefaultInterceptorFactory
java.lang.Object
com.dtflys.forest.interceptor.DefaultInterceptorFactory
- 所有已实现的接口:
InterceptorFactory
默认拦截器工厂
- 从以下版本开始:
- 2017-05-15 11:18
- 作者:
- gongjun[jun.gong@thebeastshop.com]
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected <T extends Interceptor>
InterceptorcreateInterceptor(Class<T> clazz) <T extends Interceptor>
TgetInterceptor(Class<T> clazz)
-
字段详细资料
-
INTERCEPTOR_CACHE
拦截器实例缓存 -
interceptorChain
拦截器调用链
-
-
构造器详细资料
-
DefaultInterceptorFactory
public DefaultInterceptorFactory()
-
-
方法详细资料
-
getInterceptorChain
- 指定者:
getInterceptorChain在接口中InterceptorFactory
-
getInterceptor
- 指定者:
getInterceptor在接口中InterceptorFactory
-
createInterceptor
-