Uses of Interface
javax.servlet.RequestDispatcher
Packages that use RequestDispatcher
-
Uses of RequestDispatcher in javax.servlet
Methods in javax.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.