|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rcfaces.core.internal.Globals
public class Globals
| Field Summary | |
|---|---|
static String |
FORWARD_CONTEXT_PATH_ATTR
The request attribute under which the original context path is stored on an forwarded dispatcher request. |
static String |
FORWARD_PATH_INFO_ATTR
The request attribute under which the original path info is stored on an forwarded dispatcher request. |
static String |
FORWARD_QUERY_STRING_ATTR
The request attribute under which the original query string is stored on an forwarded dispatcher request. |
static String |
FORWARD_REQUEST_URI_ATTR
The request attribute under which the original request URI is stored on an forwarded dispatcher request. |
static String |
FORWARD_SERVLET_PATH_ATTR
The request attribute under which the original servlet path is stored on an forwarded dispatcher request. |
static String |
INCLUDE_CONTEXT_PATH_ATTR
The request attribute under which the context path of the included servlet is stored on an included dispatcher request. |
static String |
INCLUDE_PATH_INFO_ATTR
The request attribute under which the path info of the included servlet is stored on an included dispatcher request. |
static String |
INCLUDE_QUERY_STRING_ATTR
The request attribute under which the query string of the included servlet is stored on an included dispatcher request. |
static String |
INCLUDE_REQUEST_URI_ATTR
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request. |
static String |
INCLUDE_SERVLET_PATH_ATTR
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request. |
static String |
SERVLET_NAME_ATTR
The request attribute under which we forward a servlet name to an error page. |
| Constructor Summary | |
|---|---|
Globals()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INCLUDE_REQUEST_URI_ATTR
public static final String INCLUDE_CONTEXT_PATH_ATTR
public static final String INCLUDE_PATH_INFO_ATTR
public static final String INCLUDE_SERVLET_PATH_ATTR
public static final String INCLUDE_QUERY_STRING_ATTR
public static final String FORWARD_REQUEST_URI_ATTR
public static final String FORWARD_CONTEXT_PATH_ATTR
public static final String FORWARD_PATH_INFO_ATTR
public static final String FORWARD_SERVLET_PATH_ATTR
public static final String FORWARD_QUERY_STRING_ATTR
public static final String SERVLET_NAME_ATTR
| Constructor Detail |
|---|
public Globals()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||