com.atlassian.confluence.plugins.dailysummary.analytics
Class SummaryEmailTrackingServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.atlassian.confluence.plugins.dailysummary.analytics.SummaryEmailTrackingServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Deprecated.
@Deprecated
public class SummaryEmailTrackingServlet
- extends javax.servlet.http.HttpServlet
Email tracking servlet that fires a SummaryEmailTrackBackEvent when a trackback.png image
is requested. This image is in the footer of the summary email and the request allows us
to see when the email is opened.
The servlet serves up the image and sets the no-cache headers so that everytime an email is opened
the image is requested and the event is successfully fired.
TODO - delete this class when the confluence-email-tracker plugin is enabled on master. dT
- See Also:
- Serialized Form
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryEmailTrackingServlet
public SummaryEmailTrackingServlet(com.atlassian.event.api.EventPublisher eventPublisher)
- Deprecated.
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws javax.servlet.ServletException,
java.io.IOException
- Deprecated.
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2003-2014 Atlassian. All Rights Reserved.