| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.servlet.GenericServletjavax.servlet.http.HttpServletorg.mortbay.servlet.NotFoundServletpublic class NotFoundServletextends HttpServletMethod Summary | |
void |
|
void |
|
Methods inherited from class javax.servlet.http.HttpServlet | |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service | |
Methods inherited from class javax.servlet.GenericServlet | |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, service | |
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
- Overrides:
- doGet in interface HttpServlet
public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
- Overrides:
- doPost in interface HttpServlet