public class NotFoundServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description | 
|---|
| NotFoundServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(javax.servlet.http.HttpServletRequest req,
     javax.servlet.http.HttpServletResponse res) | 
| void | doPost(javax.servlet.http.HttpServletRequest req,
      javax.servlet.http.HttpServletResponse res) | 
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void doPost(javax.servlet.http.HttpServletRequest req,
          javax.servlet.http.HttpServletResponse res)
            throws javax.servlet.ServletException,
                   IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
         javax.servlet.http.HttpServletResponse res)
           throws javax.servlet.ServletException,
                  IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2013. All rights reserved.