Class Constants
java.lang.Object
org.apache.commons.jxpath.servlet.Constants
String constants for this package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Variable name forServletContext
.static final String
Attribute name used in page context, requst, session, and servlet context to store the correspondingJXPathContext
.static final String
Variable name forPageContext
.static final String
Variable name forServletRequest
.static final String
Variable name forHttpSession
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPLICATION_SCOPE
Variable name forServletContext
.- See Also:
-
SESSION_SCOPE
Variable name forHttpSession
.- See Also:
-
REQUEST_SCOPE
Variable name forServletRequest
.- See Also:
-
PAGE_SCOPE
Variable name forPageContext
.- See Also:
-
JXPATH_CONTEXT
Attribute name used in page context, requst, session, and servlet context to store the correspondingJXPathContext
.- See Also:
-
-
Constructor Details
-
Constants
Deprecated.Will be private in the next major version.Constructs a new instance.
-