|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.servlet.http.HttpServlet
| 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 |
public HttpServlet()
| Method Detail |
protected void doHead(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletException
IOException
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletException
IOException
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletException
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||