Package org.eclipse.jetty.servlet
Class ServletHandler.Default404Servlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
-
- All Implemented Interfaces:
Serializable,Servlet,ServletConfig
- Enclosing class:
- ServletHandler
public static class ServletHandler.Default404Servlet extends HttpServlet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Default404Servlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(HttpServletRequest req, HttpServletResponse resp)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, 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
-
-
-
-
Method Detail
-
doGet
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
- Overrides:
doGetin classHttpServlet- Throws:
ServletExceptionIOException
-
-