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