| Package | Description |
|---|---|
| jakarta.servlet | |
| org.apache.jasper.servlet |
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
ServletContext.getNamedDispatcher(java.lang.String name)
Returns a
RequestDispatcher object that acts as a wrapper for the
named servlet. |
RequestDispatcher |
ServletRequest.getRequestDispatcher(java.lang.String path)
Returns a
RequestDispatcher object that acts as a wrapper for the
resource located at the given path. |
RequestDispatcher |
ServletContext.getRequestDispatcher(java.lang.String path)
Returns a
RequestDispatcher object that acts as a wrapper for the
resource located at the given path. |
RequestDispatcher |
ServletRequestWrapper.getRequestDispatcher(java.lang.String path)
The default behavior of this method is to return
getRequestDispatcher(String path) on the wrapped request object.
|
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
JspCServletContext.getNamedDispatcher(java.lang.String name)
Return a request dispatcher for the specified servlet name.
|
RequestDispatcher |
JspCServletContext.getRequestDispatcher(java.lang.String path)
Return a request dispatcher for the specified context-relative path.
|
Copyright © 2014–2021. All rights reserved.