Class Constants
java.lang.Object
org.apache.tomcat.util.descriptor.web.Constants
Constants for web descriptor utilities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCookie Comment attribute name.static final StringCookie Domain attribute name.static final StringCookie HttpOnly attribute name.static final StringCookie Max-Age attribute name.static final StringThe name of the attribute used to indicate a partitioned cookie as part of CHIPS.static final StringCookie Path attribute name.static final StringCookie SameSite attribute name.static final StringCookie Secure attribute name.static final StringPackage name for web descriptor utilities.static final StringDefault location of the web.xml deployment descriptor. -
Method Summary
-
Field Details
-
PACKAGE_NAME
Package name for web descriptor utilities. -
WEB_XML_LOCATION
Default location of the web.xml deployment descriptor.- See Also:
-
COOKIE_COMMENT_ATTR
Cookie Comment attribute name.- See Also:
-
COOKIE_DOMAIN_ATTR
Cookie Domain attribute name.- See Also:
-
COOKIE_MAX_AGE_ATTR
Cookie Max-Age attribute name.- See Also:
-
COOKIE_PATH_ATTR
Cookie Path attribute name.- See Also:
-
COOKIE_SECURE_ATTR
Cookie Secure attribute name.- See Also:
-
COOKIE_HTTP_ONLY_ATTR
Cookie HttpOnly attribute name.- See Also:
-
COOKIE_SAME_SITE_ATTR
Cookie SameSite attribute name.- See Also:
-
COOKIE_PARTITIONED_ATTR
The name of the attribute used to indicate a partitioned cookie as part of CHIPS. This cookie attribute is not defined by an RFC and may change in a non-backwards compatible way once equivalent functionality is included in an RFC.- See Also:
-