java.lang.Object
org.apache.commons.jxpath.servlet.Constants
- public final class Constants
- extends java.lang.Object
String constants for this package.
- Version:
- $Revision: 1.5 $ $Date: 2004/02/29 14:17:40 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_SCOPE
public static final java.lang.String APPLICATION_SCOPE
- Variable name for ServletContext.
- See Also:
- Constant Field Values
SESSION_SCOPE
public static final java.lang.String SESSION_SCOPE
- Variable name for HttpSession.
- See Also:
- Constant Field Values
REQUEST_SCOPE
public static final java.lang.String REQUEST_SCOPE
- Variable name for ServletRequest.
- See Also:
- Constant Field Values
PAGE_SCOPE
public static final java.lang.String PAGE_SCOPE
- Variable name for PageContext.
- See Also:
- Constant Field Values
JXPATH_CONTEXT
public static final java.lang.String JXPATH_CONTEXT
- Attribute name used in page context, requst, session, and servlet
context to store the corresponding JXPathContext.
- See Also:
- Constant Field Values
Constants
public Constants()