Class HttpRequestStatsInterceptor

java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
com.atlassian.confluence.struts.interceptor.HttpRequestStatsInterceptor
All Implemented Interfaces:
Serializable, org.apache.struts2.interceptor.ConditionalInterceptor, org.apache.struts2.interceptor.Interceptor

public class HttpRequestStatsInterceptor extends org.apache.struts2.interceptor.AbstractInterceptor
Interceptor that, when applicable, adds a key that matches the keys used in confluence-browser-metrics projects to http request stats.
Since:
5.9.0
See Also:
  • Constructor Details

    • HttpRequestStatsInterceptor

      public HttpRequestStatsInterceptor()
  • Method Details

    • intercept

      public String intercept(org.apache.struts2.ActionInvocation invocation) throws Exception
      Specified by:
      intercept in interface org.apache.struts2.interceptor.Interceptor
      Specified by:
      intercept in class org.apache.struts2.interceptor.AbstractInterceptor
      Throws:
      Exception