org.oddjob.webapp.servlets
Class LookupServlet
java.lang.Object
HttpServlet
org.oddjob.webapp.servlets.LookupServlet
public class LookupServlet
- extends HttpServlet
This servlet creates an JobInfoLookup
on an Oddjob instance that
tracks changes in the Oddjob instance so that the detail is available for
presentation.
- Author:
- Rob Gordon.
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 |
LookupServlet
public LookupServlet()
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()