Class Constants
- java.lang.Object
-
- org.apache.tomcat.util.descriptor.web.Constants
-
public class Constants extends java.lang.ObjectConstants for web descriptor utilities.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPACKAGE_NAMEPackage name for web descriptor utilities.static java.lang.StringWEB_XML_LOCATIONDefault location of the web.xml deployment descriptor.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PACKAGE_NAME
public static final java.lang.String PACKAGE_NAME
Package name for web descriptor utilities.
-
WEB_XML_LOCATION
public static final java.lang.String WEB_XML_LOCATION
Default location of the web.xml deployment descriptor.- See Also:
- Constant Field Values
-
-