no.sesat.search.http.servlet
Class SearchServlet

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

public final class SearchServlet
extends HttpServlet

The Central Controller to incoming queries. Controls the SearchMode -> RunningQuery creation and handling.

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
SearchServlet()
           
 
Method Summary
 void destroy()
          
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchServlet

public SearchServlet()
Method Detail

destroy

public void destroy()

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

doGet

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


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