|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
org.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag
public final class TomcatContextXmlTag
Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration.
| Field Summary | |
|---|---|
static java.lang.String |
CONTEXT_PATH
Attribute name 'path'. |
static java.lang.String |
PARAMETER
Element name 'Parameter'. |
| Constructor Summary | |
|---|---|
protected |
TomcatContextXmlTag(DescriptorType type,
java.lang.String tagName)
Constructor. |
protected |
TomcatContextXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class org.codehaus.cargo.module.DescriptorTag |
|---|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTEXT_PATH
public static final java.lang.String PARAMETER
| Constructor Detail |
|---|
protected TomcatContextXmlTag(DescriptorType type,
java.lang.String tagName,
boolean isMultipleAllowed)
type - Descriptor typetagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in
the descriptor
protected TomcatContextXmlTag(DescriptorType type,
java.lang.String tagName)
type - Descriptor typetagName - The tag name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||