public class Constants
extends Object
Constants for web descriptor utilities.
-
Field Summary
Fields
Package name for web descriptor utilities.
Default location of the web.xml deployment descriptor.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PACKAGE_NAME
public static final String PACKAGE_NAME
Package name for web descriptor utilities.
-
WEB_XML_LOCATION
public static final String WEB_XML_LOCATION
Default location of the web.xml deployment descriptor.
- See Also:
-
-
Constructor Details
-
Constants
public Constants()