Package com.atlassian.confluence.xwork
Class HttpRequestStatsInterceptor
- java.lang.Object
-
- com.opensymphony.xwork2.interceptor.AbstractInterceptor
-
- com.atlassian.confluence.xwork.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 Summary
Constructors Constructor Description HttpRequestStatsInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-