Uses of Interface
jakarta.servlet.RequestDispatcher
Packages that use RequestDispatcher
-
Uses of RequestDispatcher in jakarta.servlet
Methods in jakarta.servlet that return RequestDispatcherModifier and TypeMethodDescriptionServletContext.getNamedDispatcher(String name) Returns aRequestDispatcherobject that acts as a wrapper for the named servlet.ServletContext.getRequestDispatcher(String path) Returns aRequestDispatcherobject that acts as a wrapper for the resource located at the given path.ServletRequest.getRequestDispatcher(String path) Returns aRequestDispatcherobject that acts as a wrapper for the resource located at the given path.ServletRequestWrapper.getRequestDispatcher(String path) The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object. -
Uses of RequestDispatcher in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return RequestDispatcherModifier and TypeMethodDescriptionJspCServletContext.getNamedDispatcher(String name) Return a request dispatcher for the specified servlet name.JspCServletContext.getRequestDispatcher(String path) Return a request dispatcher for the specified context-relative path.