Package | Description |
---|---|
javax.servlet |
Modifier and Type | Method | Description |
---|---|---|
RequestDispatcher |
ServletContext.getNamedDispatcher(java.lang.String name) |
Returns a
RequestDispatcher object that acts
as a wrapper for the named servlet. |
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 |
ServletRequest.getRequestDispatcher(java.lang.String path) |
Returns a
RequestDispatcher object that acts as a wrapper for
the resource located at the given path. |
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.