MCPcopy Create free account
hub / github.com/apache/tomcat / getRequestDispatcher

Method getRequestDispatcher

java/jakarta/servlet/ServletRequest.java:405–405  ·  view source on GitHub ↗

Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path. A RequestDispatcher object can be used to forward a request to the resource or to include the resource in a response. The resource can be dynamic or static. The pathname spe

(String path)

Source from the content-addressed store, hash-verified

403 * @see ServletContext#getRequestDispatcher
404 */
405 RequestDispatcher getRequestDispatcher(String path);
406
407 /**
408 * Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.

Callers 15

doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65

Implementers 4

ServletRequestWrapperjava/jakarta/servlet/ServletRequestWra
TesterHttpServletRequesttest/org/apache/catalina/filters/Teste
Requestjava/org/apache/catalina/connector/Req
RequestFacadejava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 14

doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52