Package com.atlassian.confluence.servlet
Class JohnsonAnalyticsServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.atlassian.confluence.servlet.JohnsonAnalyticsServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@ParametersAreNonnullByDefault public class JohnsonAnalyticsServlet extends javax.servlet.http.HttpServlet
Handles requests from the Johnson page to send analytics events.- Since:
- 6.5.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JohnsonAnalyticsServlet.EventKbArticleClickedHandler
Handles the user clicking the link for a KB article that relates to a specific event.static class
JohnsonAnalyticsServlet.GeneralKbArticleLinkClickedHandler
Handles the user clicking the link for a general (non-event-related) KB article.
-
Constructor Summary
Constructors Constructor Description JohnsonAnalyticsServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-