类 StatHandlerInterceptor

java.lang.Object
com.alibaba.druid.support.http.AbstractWebStatImpl
com.alibaba.druid.support.spring.mvc.StatHandlerInterceptor
所有已实现的接口:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.web.servlet.HandlerInterceptor

public class StatHandlerInterceptor extends AbstractWebStatImpl implements org.springframework.web.servlet.HandlerInterceptor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
  • 构造器详细资料

    • StatHandlerInterceptor

      public StatHandlerInterceptor()
  • 方法详细资料

    • preHandle

      public boolean preHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
      指定者:
      preHandle 在接口中 org.springframework.web.servlet.HandlerInterceptor
      抛出:
      Exception
    • getWebAppStat

      public WebAppStat getWebAppStat(javax.servlet.http.HttpServletRequest request)
    • postHandle

      public void postHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.ModelAndView modelAndView) throws Exception
      指定者:
      postHandle 在接口中 org.springframework.web.servlet.HandlerInterceptor
      抛出:
      Exception
    • afterCompletion

      public void afterCompletion(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler, Exception error) throws Exception
      指定者:
      afterCompletion 在接口中 org.springframework.web.servlet.HandlerInterceptor
      抛出:
      Exception
    • getRequestURI

      public String getRequestURI(javax.servlet.http.HttpServletRequest request)
      覆盖:
      getRequestURI 在类中 AbstractWebStatImpl
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      指定者:
      afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean
      抛出:
      Exception
    • destroy

      public void destroy() throws Exception
      指定者:
      destroy 在接口中 org.springframework.beans.factory.DisposableBean
      抛出:
      Exception