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