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 StringCOOKIE_COMMENT_ATTRstatic StringCOOKIE_DOMAIN_ATTRstatic StringCOOKIE_HTTP_ONLY_ATTRstatic StringCOOKIE_MAX_AGE_ATTRstatic StringCOOKIE_PATH_ATTRstatic StringCOOKIE_SAME_SITE_ATTRstatic StringCOOKIE_SECURE_ATTRstatic StringDEFAULT_SERVLET_NAMEstatic StringIS_DEFAULT_ERROR_PAGE_ENABLED_INIT_PARAMstatic StringJSP_SERVLET_CLASSstatic StringJSP_SERVLET_NAMEstatic intMAJOR_VERSIONstatic intMINOR_VERSIONstatic StringPACKAGE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PACKAGE
public static final String PACKAGE
- See Also:
- Constant Field Values
-
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
-
JSP_SERVLET_NAME
public static final String JSP_SERVLET_NAME
- See Also:
- Constant Field Values
-
DEFAULT_SERVLET_NAME
public static final String DEFAULT_SERVLET_NAME
- See Also:
- Constant Field Values
-
IS_DEFAULT_ERROR_PAGE_ENABLED_INIT_PARAM
public static final String IS_DEFAULT_ERROR_PAGE_ENABLED_INIT_PARAM
- See Also:
- Constant Field Values
-
COOKIE_COMMENT_ATTR
public static final String COOKIE_COMMENT_ATTR
- See Also:
- Constant Field Values
-
COOKIE_DOMAIN_ATTR
public static final String COOKIE_DOMAIN_ATTR
- See Also:
- Constant Field Values
-
COOKIE_HTTP_ONLY_ATTR
public static final String COOKIE_HTTP_ONLY_ATTR
- See Also:
- Constant Field Values
-
COOKIE_MAX_AGE_ATTR
public static final String COOKIE_MAX_AGE_ATTR
- See Also:
- Constant Field Values
-
COOKIE_PATH_ATTR
public static final String COOKIE_PATH_ATTR
- See Also:
- Constant Field Values
-
COOKIE_SAME_SITE_ATTR
public static final String COOKIE_SAME_SITE_ATTR
- See Also:
- Constant Field Values
-
COOKIE_SECURE_ATTR
public static final String COOKIE_SECURE_ATTR
- See Also:
- Constant Field Values
-
-