Class HttpRequestStatsInterceptor

  • All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.ConditionalInterceptor, com.opensymphony.xwork2.interceptor.Interceptor, Serializable

    public class HttpRequestStatsInterceptor
    extends com.opensymphony.xwork2.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:
    Serialized Form
    • Constructor Detail

      • HttpRequestStatsInterceptor

        public HttpRequestStatsInterceptor()
    • Method Detail

      • intercept

        public String intercept​(com.opensymphony.xwork2.ActionInvocation invocation)
                         throws Exception
        Specified by:
        intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
        Specified by:
        intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
        Throws:
        Exception