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)
| 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. |
no outgoing calls