javax.servlet.http
Class HttpServlet

java.lang.Object
  |
  +--javax.servlet.http.HttpServlet

public class HttpServlet
extends Object


Constructor Summary
HttpServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doHead(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, toString
 

Constructor Detail

HttpServlet

public HttpServlet()
Method Detail

doHead

protected void doHead(HttpServletRequest req,
                      HttpServletResponse resp)
               throws ServletException,
                      IOException
ServletException
IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     IOException
ServletException
IOException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws ServletException,
                      IOException
ServletException
IOException