Uses of Interface javax.servlet.ServletResponse

Uses in package javax.servlet.http

Methods with parameter type javax.servlet.ServletResponse

void
Dispatches client requests to the protected service method.

Uses in package javax.servlet

Methods with parameter type javax.servlet.ServletResponse

void
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
void
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
void
Called by the servlet container to allow the servlet to respond to a request.
void
Called by the servlet container to allow the servlet to respond to a request.

Uses in package javax.servlet.jsp

Methods with parameter type javax.servlet.ServletResponse

PageContext
JspFactory.getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int buffer, boolean autoflush)
obtains an instance of an implementation dependent javax.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
void
PageContext.initialize(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoFlush)
The initialize emthod is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response wihtin it's _jspService() method.

Methods with return type javax.servlet.ServletResponse

ServletResponse

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