|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestDispatcher | |
---|---|
javax.servlet | The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. |
Uses of RequestDispatcher in javax.servlet |
---|
Methods in javax.servlet that return 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |