Class JBossWebXmlTag


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

      • JBossWebXmlTag

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

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