| Package | Description |
|---|---|
| javax.servlet | |
| winstone |
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
ServletContext.getNamedDispatcher(java.lang.String name) |
RequestDispatcher |
ServletRequestWrapper.getRequestDispatcher(java.lang.String path) |
RequestDispatcher |
ServletContext.getRequestDispatcher(java.lang.String path) |
RequestDispatcher |
ServletRequest.getRequestDispatcher(java.lang.String path) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestDispatcher
This class implements both the RequestDispatcher and FilterChain components.
|
| Modifier and Type | Method and Description |
|---|---|
RequestDispatcher |
WebAppConfiguration.getNamedDispatcher(java.lang.String name)
Named dispatcher - this basically gets us a simple exact dispatcher (no
url matching, no request attributes and no security)
|
RequestDispatcher |
WebAppConfiguration.getRequestDispatcher(java.lang.String uriInsideWebapp)
Gets a dispatcher, which sets the request attributes, etc on a
forward/include.
|
RequestDispatcher |
WinstoneRequest.getRequestDispatcher(java.lang.String path) |
Copyright © 2013. All Rights Reserved.