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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptor
destroy, init, setDisabled, shouldIntercept
-
Constructor Details
-
HttpRequestStatsInterceptor
public HttpRequestStatsInterceptor()
-
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceorg.apache.struts2.interceptor.Interceptor
- Specified by:
intercept
in classorg.apache.struts2.interceptor.AbstractInterceptor
- Throws:
Exception
-