Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mortbay.servlet.NotFoundServlet
public class NotFoundServlet
extends HttpServlet
Method 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