public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_SCOPE
Variable name for
ServletContext. |
static String |
JXPATH_CONTEXT
Attribute name used in page context, requst, session, and servlet
context to store the corresponding
JXPathContext. |
static String |
PAGE_SCOPE
Variable name for
PageContext. |
static String |
REQUEST_SCOPE
Variable name for
ServletRequest. |
static String |
SESSION_SCOPE
Variable name for
HttpSession. |
| Constructor and Description |
|---|
Constants() |
public static final String APPLICATION_SCOPE
ServletContext.public static final String SESSION_SCOPE
HttpSession.public static final String REQUEST_SCOPE
ServletRequest.public static final String PAGE_SCOPE
PageContext.public static final String JXPATH_CONTEXT
JXPathContext.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.