Uses of Interface javax.servlet.http.HttpServletResponse

Uses in package javax.servlet.http

Methods with parameter type javax.servlet.http.HttpServletResponse

void
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
void
Called by the server (via the service method) to allow a servlet to handle a GET request.
void
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
void
Called by the server (via the service method) to allow a servlet to handle a POST request.
void
Called by the server (via the service method) to allow a servlet to handle a PUT request.
void
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
void
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.

Uses in package javax.servlet.jsp

Methods with parameter type javax.servlet.http.HttpServletResponse

void
_jspService corresponds to the body of the JSP page.

Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.