Frames | No Frames |
Methods with return type javax.servlet.RequestDispatcher | |
RequestDispatcher | ServletContext.getNamedDispatcher(String name) Returns a RequestDispatcher object that acts
as a wrapper for the named servlet. |
RequestDispatcher | ServletContext.getRequestDispatcher(String path)
Returns a RequestDispatcher object that acts
as a wrapper for the resource located at the given path. |
RequestDispatcher | ServletRequest.getRequestDispatcher(String path)
Returns a RequestDispatcher object that acts as a wrapper for
the resource located at the given path. |
RequestDispatcher | ServletRequestWrapper.getRequestDispatcher(String path) The default behavior of this method is to return getRequestDispatcher(String path)
on the wrapped request object. |