|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.mortbay.servlet.NotFoundServlet
Not Found Servlet. Utility servlet to protect a URI by always responding with 404.
Constructor Summary | |
NotFoundServlet()
|
Method Summary | |
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
|
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
|
Methods inherited from class javax.servlet.http.HttpServlet |
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NotFoundServlet()
Method Detail |
public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
doPost
in class HttpServlet
ServletException
java.io.IOException
public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
doGet
in class HttpServlet
ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |