Class Constants


  • public class Constants
    extends java.lang.Object
    Constants used by the core Catalina package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JSP_SERVLET_CLASS
      The fully qualified class name of the JSP servlet.
      static int MAJOR_VERSION
      The major version of the Servlet specification implemented by this container.
      static int MINOR_VERSION
      The minor version of the Servlet specification implemented by this container.
      static java.lang.String Package
      Deprecated.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Package

        @Deprecated
        public static final java.lang.String Package
        Deprecated.
        Unused. Will be removed in Apache Tomcat 10.1.x onwards.
        See Also:
        Constant Field Values
      • MAJOR_VERSION

        public static final int MAJOR_VERSION
        The major version of the Servlet specification implemented by this container.
        See Also:
        Constant Field Values
      • MINOR_VERSION

        public static final int MINOR_VERSION
        The minor version of the Servlet specification implemented by this container.
        See Also:
        Constant Field Values
      • JSP_SERVLET_CLASS

        public static final java.lang.String JSP_SERVLET_CLASS
        The fully qualified class name of the JSP servlet.
        See Also:
        Constant Field Values