| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_ENCODING |
"ISO-8859-1" |
public static final String |
VALID_SCHEME_CHARS |
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+.-" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
UNDEFINED_KEY |
"???" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
APPLICATION_SCOPE |
"application" |
protected final String |
JSP |
"http://java.sun.com/JSP/Page" |
protected static final String |
PAGE_SCOPE |
"page" |
protected static final String |
REQUEST_SCOPE |
"request" |
protected static final String |
SCOPE |
"scope" |
protected static final String |
SESSION_SCOPE |
"session" |
protected static final int |
TYPE_CORE |
1 |
protected static final int |
TYPE_FMT |
2 |
protected static final int |
TYPE_SQL |
3 |
protected static final int |
TYPE_XML |
4 |
protected static final String |
VAR |
"var" |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.