Class ResinWebXmlTag


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

      • ResinWebXmlTag

        protected ResinWebXmlTag​(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
      • ResinWebXmlTag

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