类 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
  • 构造器详细资料

    • SpringInterceptorFactory

      public SpringInterceptorFactory()
  • 方法详细资料

    • createInterceptor

      protected <T extends Interceptor> Interceptor createInterceptor(Class<T> clazz)
      覆盖:
      createInterceptor 在类中 DefaultInterceptorFactory
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      抛出:
      org.springframework.beans.BeansException