类 WxUserTokenHandlerAfterInterceptor

  • 所有已实现的接口:
    org.springframework.web.servlet.AsyncHandlerInterceptor, org.springframework.web.servlet.HandlerInterceptor

    public class WxUserTokenHandlerAfterInterceptor
    extends net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor
    token后置处理
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor

        responseAdvisorProperties
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected void preHandle0​(javax.servlet.http.HttpServletRequest request, org.springframework.web.method.HandlerMethod handlerMethod)  
      • 从类继承的方法 net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor

        afterCompletion, getAnnotation, preHandle
      • 从类继承的方法 org.springframework.web.servlet.handler.HandlerInterceptorAdapter

        afterConcurrentHandlingStarted, postHandle
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WxUserTokenHandlerAfterInterceptor

        public WxUserTokenHandlerAfterInterceptor()
    • 方法详细资料

      • preHandle0

        protected void preHandle0​(javax.servlet.http.HttpServletRequest request,
                                  org.springframework.web.method.HandlerMethod handlerMethod)
        指定者:
        preHandle0 在类中 net.guerlab.smart.platform.basic.auth.interceptor.AbstractHandlerInterceptor