org.apache.commons.jxpath.servlet
Class Constants
java.lang.Object
org.apache.commons.jxpath.servlet.Constants
public final class Constants
extends java.lang.Object
String constants for this package.
$Revision: 1.5 $ $Date: 2004/02/29 14:17:40 $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.
|
APPLICATION_SCOPE
public static final String APPLICATION_SCOPE
Variable name for ServletContext.
JXPATH_CONTEXT
public static final String JXPATH_CONTEXT
Attribute name used in page context, requst, session, and servlet
context to store the corresponding JXPathContext.
PAGE_SCOPE
public static final String PAGE_SCOPE
Variable name for PageContext.
REQUEST_SCOPE
public static final String REQUEST_SCOPE
Variable name for ServletRequest.
SESSION_SCOPE
public static final String SESSION_SCOPE
Variable name for HttpSession.