Package org.apache.catalina.core
Class Constants
- java.lang.Object
-
- org.apache.catalina.core.Constants
-
public class Constants extends java.lang.ObjectConstants used by the core Catalina package.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSP_SERVLET_CLASSThe fully qualified class name of the JSP servlet.static intMAJOR_VERSIONThe major version of the Servlet specification implemented by this container.static intMINOR_VERSIONThe minor version of the Servlet specification implemented by this container.
-
-
-
Field Detail
-
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
-
-