org.jboss.test.web.servlets
Class APIServlet
java.lang.Object
   HttpServlet
HttpServlet
       org.jboss.test.web.servlets.APIServlet
org.jboss.test.web.servlets.APIServlet
- public class APIServlet- extends HttpServlet
A servlet that tests use of various servlet API calls that can be affected
 by the web container integration layer.
- See Also:
- Serialized Form
 
| Method Summary | 
| protected  void | doGet(HttpServletRequest request,
      HttpServletResponse response)
 | 
| protected  void | doPost(HttpServletRequest request,
       HttpServletResponse response)
 | 
| protected  void | processRequest(HttpServletRequest request,
               HttpServletResponse response)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
APIServlet
public APIServlet()
processRequest
protected void processRequest(HttpServletRequest request,
                              HttpServletResponse response)
                       throws ServletException,
                              java.io.IOException
- 
- Throws:
- ServletException
- java.io.IOException
 
doGet
protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
- 
- Throws:
- ServletException
- java.io.IOException
 
doPost
protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      java.io.IOException
- 
- Throws:
- ServletException
- java.io.IOException