| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet winstone.ErrorServlet
ErrorServlet | public class ErrorServlet extends HttpServlet (Code) | | A simple servlet that writes out the body of the error
author: Rick Knowles version: $Id: ErrorServlet.java,v 1.3 2006/02/28 07:32:47 rickknowles Exp $ |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException(Code)(Java Doc) protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException(Code)(Java Doc)
|
|
|