com.bea.p13n.tracking.clickthrough
Class ClickThroughServlet

java.lang.Object
  extended by HttpServlet
      extended by com.bea.p13n.tracking.clickthrough.ClickThroughServlet

public class ClickThroughServlet
extends HttpServlet

This servlet redirects a user to an external site and fires off a click event. The type of click event to be fired is decided based on HttpServletRequest parameters.


Constructor Summary
ClickThroughServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void doPost(HttpServletRequest req, HttpServletResponse res)
           
 void init(ServletConfig config)
          Initializes the servlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickThroughServlet

public ClickThroughServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Initializes the servlet.

Parameters
config - a ServletConfig configuration
Throws
ServletException
ServletException

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   IOException
Throws
ServletException
IOException

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws ServletException,
                  IOException
Throws
ServletException
IOException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved