|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServletResponse | |
javax.servlet.http |
Uses of HttpServletResponse in javax.servlet.http |
Methods in javax.servlet.http with parameters of type HttpServletResponse | |
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP GET operation; the default implementation reports an HTTP BAD_REQUEST error. |
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP POST operation; the default implementation reports an HTTP BAD_REQUEST error. |
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP PUT operation; the default implementation reports an HTTP BAD_REQUEST error. |
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP DELETE operation; the default implementation reports an HTTP BAD_REQUEST error. |
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP OPTIONS operation; the default implementation of this method automatically determines what HTTP Options are supported. |
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp)
Performs the HTTP TRACE operation; the default implementation of this method causes a response with a message containing all of the headers sent in the trace request. |
protected void |
HttpServlet.service(HttpServletRequest req,
HttpServletResponse resp)
This is an HTTP-specific version of the Servlet.service method, which accepts HTTP specific
parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |