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_DOMAIN_ATTR
-
COOKIE_MAX_AGE_ATTR
-
COOKIE_PATH_ATTR
-
COOKIE_SECURE_ATTR
-
COOKIE_HTTP_ONLY_ATTR
-
COOKIE_SAME_SITE_ATTR
-
COOKIE_PARTITIONED_ATTR
-