SMILA (incubation) API documentation

org.eclipse.smila.search.servlet
Class RecordSearchServlet

java.lang.Object
  extended by HttpServlet
      extended by org.eclipse.smila.search.servlet.RecordSearchServlet

public class RecordSearchServlet
extends HttpServlet

The RecordSearchServlet class.

Author:
pwissel

Field Summary
protected  Log _log
          The log.
 
Constructor Summary
RecordSearchServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
          
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected final Log _log
The log.

Constructor Detail

RecordSearchServlet

public RecordSearchServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException

Throws:
ServletException
java.io.IOException
See Also:
javax.servlet.http.HttpServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws ServletException,
                      java.io.IOException

Throws:
ServletException
java.io.IOException
See Also:
javax.servlet.http.HttpServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

SMILA (incubation) API documentation