Package | Description |
---|---|
javax.servlet | |
winstone |
Modifier and Type | Method and Description |
---|---|
RequestDispatcher |
ServletContext.getNamedDispatcher(java.lang.String name) |
RequestDispatcher |
ServletRequest.getRequestDispatcher(java.lang.String path) |
RequestDispatcher |
ServletRequestWrapper.getRequestDispatcher(java.lang.String path) |
RequestDispatcher |
ServletContext.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 |
WinstoneRequest.getRequestDispatcher(java.lang.String path) |
RequestDispatcher |
WebAppConfiguration.getRequestDispatcher(java.lang.String uriInsideWebapp)
Gets a dispatcher, which sets the request attributes, etc on a
forward/include.
|
Copyright © 2012. All Rights Reserved.