Class Constants


  • public class Constants
    extends java.lang.Object
    Constants for web descriptor utilities.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PACKAGE_NAME
      Package name for web descriptor utilities.
      static java.lang.String WEB_XML_LOCATION
      Default location of the web.xml deployment descriptor.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Constants

        public Constants()