public final class JBossWebXmlTag extends DescriptorTag
| Modifier and Type | Field and Description |
|---|---|
static JBossWebXmlTag |
CONTEXT_ROOT
Element name 'context-root'.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JBossWebXmlTag(String tagName)
Constructor.
|
protected |
JBossWebXmlTag(String tagName,
boolean isMultipleAllowed)
Constructor.
|
equals, getTagName, hashCode, isMultipleAllowed, toStringpublic static final JBossWebXmlTag CONTEXT_ROOT
protected JBossWebXmlTag(String tagName, boolean isMultipleAllowed)
tagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in
the descriptorprotected JBossWebXmlTag(String tagName)
tagName - The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.