Class Constants


  • public final class Constants
    extends java.lang.Object
    String constants for this package.
    Version:
    $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
    Author:
    Dmitri Plotnikov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String APPLICATION_SCOPE
      Variable name for ServletContext.
      static java.lang.String JXPATH_CONTEXT
      Attribute name used in page context, requst, session, and servlet context to store the corresponding JXPathContext.
      static java.lang.String PAGE_SCOPE
      Variable name for PageContext.
      static java.lang.String REQUEST_SCOPE
      Variable name for ServletRequest.
      static java.lang.String SESSION_SCOPE
      Variable name for HttpSession.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • Constants

        public Constants()