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 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
public Constants()
-