org.oddjob.webapp.servlets
Class OddjobServlet

java.lang.Object
  extended by HttpServlet
      extended by org.oddjob.webapp.servlets.OddjobServlet

public class OddjobServlet
extends HttpServlet

This is the Oddjob Servlet. It relies on an OddjobExecutors being available in the Servlet Context. ExecutionServlet provide these.

Author:
Rob Gordon.

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

Constructor Detail

OddjobServlet

public OddjobServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

doGet

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

destroy

public void destroy()