Class Constants
java.lang.Object
org.apache.catalina.core.Constants
Constants used by the core Catalina package.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe fully qualified class name of the JSP servlet.static final intThe major version of the Servlet specification implemented by this container.static final intThe minor version of the Servlet specification implemented by this container. -
Method Summary
-
Field Details
-
MAJOR_VERSION
public static final int MAJOR_VERSIONThe major version of the Servlet specification implemented by this container.- See Also:
-
MINOR_VERSION
public static final int MINOR_VERSIONThe minor version of the Servlet specification implemented by this container.- See Also:
-
JSP_SERVLET_CLASS
The fully qualified class name of the JSP servlet.- See Also:
-