no.sesat.search.http.servlet
Class BoomerangServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by no.sesat.search.http.servlet.BoomerangServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class BoomerangServlet
extends HttpServlet

Provides the user-statistics logging in Sesat. Links are logged with ceremonial boomerangs that come back (ie with a redirect response). Javascript functionality (or user behavour) is logged with hunting boomerangs that do not come back. A cermonial example is: http://sesam.no/boomerang/category=results;subcategory=main/http://wever.org A hunting example is: http://sesam.no/hunting/?parameter-list

Version:
$Id: 3361 $
See Also:
Serialized Form

Constructor Summary
BoomerangServlet()
           
 
Method Summary
 void destroy()
           
protected  void doGet(HttpServletRequest req, HttpServletResponse res)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoomerangServlet

public BoomerangServlet()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

init

public void init()
Overrides:
init in class GenericServlet

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse res)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.