Package org.apache.catalina.core
Class Constants
- java.lang.Object
- 
- org.apache.catalina.core.Constants
 
- 
 public class Constants extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringJSP_SERVLET_CLASSstatic intMAJOR_VERSIONstatic intMINOR_VERSIONstatic java.lang.StringPackageDeprecated.
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
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_VERSIONpublic static final int MAJOR_VERSION - See Also:
- Constant Field Values
 
 - 
MINOR_VERSIONpublic static final int MINOR_VERSION - See Also:
- Constant Field Values
 
 - 
JSP_SERVLET_CLASSpublic static final java.lang.String JSP_SERVLET_CLASS - See Also:
- Constant Field Values
 
 
- 
 
-