Class TomcatContextXmlTag


  • public final class TomcatContextXmlTag
    extends DescriptorTag
    Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration.
    • Constructor Detail

      • TomcatContextXmlTag

        protected TomcatContextXmlTag​(DescriptorType type,
                                      String tagName,
                                      boolean isMultipleAllowed)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element
        isMultipleAllowed - Whether the element may occur multiple times in the descriptor
      • TomcatContextXmlTag

        protected TomcatContextXmlTag​(DescriptorType type,
                                      String tagName)
        Constructor.
        Parameters:
        type - Descriptor type
        tagName - The tag name of the element