com.atlassian.confluence.plugins.dailysummary.analytics
Class SummaryEmailTrackingServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.atlassian.confluence.plugins.dailysummary.analytics.SummaryEmailTrackingServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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.

See Also:
Serialized Form

Constructor Summary
SummaryEmailTrackingServlet(com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
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
 

Constructor Detail

SummaryEmailTrackingServlet

public SummaryEmailTrackingServlet(com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse httpServletResponse)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2003-2013 Atlassian. All Rights Reserved.