Package org.apache.catalina.core
Class Constants
- java.lang.Object
-
- org.apache.catalina.core.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSP_SERVLET_CLASS
static int
MAJOR_VERSION
static int
MINOR_VERSION
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MAJOR_VERSION
public static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
JSP_SERVLET_CLASS
public static final String JSP_SERVLET_CLASS
- See Also:
- Constant Field Values
-
-