Class Constants
java.lang.Object
org.apache.commons.jxpath.servlet.Constants
String constants for this package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringVariable name for.invalid reference
javax.servlet.ServletContextstatic final StringAttribute name used in page context, requst, session, and servlet context to store the correspondingJXPathContext.static final StringVariable name for.invalid reference
javax.servlet.jsp.PageContextstatic final StringVariable name for.invalid reference
javax.servlet.ServletRequeststatic final StringVariable name for.invalid reference
javax.servlet.http.HttpSession -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPLICATION_SCOPE
Variable name for.invalid reference
javax.servlet.ServletContext- See Also:
-
SESSION_SCOPE
Variable name for.invalid reference
javax.servlet.http.HttpSession- See Also:
-
REQUEST_SCOPE
Variable name for.invalid reference
javax.servlet.ServletRequest- See Also:
-
PAGE_SCOPE
Variable name for.invalid reference
javax.servlet.jsp.PageContext- 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.
-