|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.servlet.Constants
public final class Constants
String constants for this package.
Field Summary | |
---|---|
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 Summary | |
---|---|
Constants()
|
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 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
.
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |