Class Constants
java.lang.Object
org.apache.commons.jxpath.servlet.Constants
String constants for this package.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Variable name forinvalid reference
javax.servlet.ServletContext
static final String
Attribute name used in page context, requst, session, and servlet context to store the correspondingJXPathContext
.static final String
Variable name forinvalid reference
javax.servlet.jsp.PageContext
static final String
Variable name forinvalid reference
javax.servlet.ServletRequest
static final String
Variable name forinvalid reference
javax.servlet.http.HttpSession
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPLICATION_SCOPE
Variable name forinvalid reference
javax.servlet.ServletContext
- See Also:
-
SESSION_SCOPE
Variable name forinvalid reference
javax.servlet.http.HttpSession
- See Also:
-
REQUEST_SCOPE
Variable name forinvalid reference
javax.servlet.ServletRequest
- See Also:
-
PAGE_SCOPE
Variable name forinvalid 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
public Constants()
-