org.mortbay.jetty.servlet
public class Dispatcher extends Object implements RequestDispatcher
Version: $Id: Dispatcher.java,v 1.92 2005/12/12 18:03:31 gregwilkins Exp $
| Field Summary | |
|---|---|
| static int | __ALL |
| static int | __DEFAULT Dispatch types |
| static int | __ERROR |
| static int | __FORWARD |
| static String | __FORWARD_CONTEXT_PATH |
| static String | __FORWARD_PATH_INFO |
| static String | __FORWARD_QUERY_STRING |
| static String | __FORWARD_REQUEST_URI Dispatch include attribute names |
| static String | __FORWARD_SERVLET_PATH |
| static int | __INCLUDE |
| static String | __INCLUDE_CONTEXT_PATH |
| static String | __INCLUDE_PATH_INFO |
| static String | __INCLUDE_QUERY_STRING |
| static String | __INCLUDE_REQUEST_URI Dispatch include attribute names |
| static String | __INCLUDE_SERVLET_PATH |
| static StringMap | __managedAttributes |
| static int | __REQUEST |
| Method Summary | |
|---|---|
| void | forward(ServletRequest servletRequest, ServletResponse servletResponse) |
| void | include(ServletRequest servletRequest, ServletResponse servletResponse) |
| boolean | isNamed() |
| String | toString() |
| static int | type(String type) Dispatch type from name |