类 SpringInterceptorFactory
java.lang.Object
com.dtflys.forest.interceptor.DefaultInterceptorFactory
com.dtflys.forest.interceptor.SpringInterceptorFactory
- 所有已实现的接口:
InterceptorFactory,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class SpringInterceptorFactory
extends DefaultInterceptorFactory
implements org.springframework.context.ApplicationContextAware
-
字段概要
从类继承的字段 com.dtflys.forest.interceptor.DefaultInterceptorFactory
INTERCEPTOR_CACHE, interceptorChain -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected <T extends Interceptor>
InterceptorcreateInterceptor(Class<T> clazz) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) 从类继承的方法 com.dtflys.forest.interceptor.DefaultInterceptorFactory
getInterceptor, getInterceptorChain
-
构造器详细资料
-
SpringInterceptorFactory
public SpringInterceptorFactory()
-
-
方法详细资料
-
createInterceptor
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-