org.codehaus.cargo.module.webapp.tomcat
Class TomcatContextXmlTag

java.lang.Object
  extended byorg.codehaus.cargo.module.DescriptorTag
      extended byorg.codehaus.cargo.module.webapp.tomcat.TomcatContextXmlTag

public final class TomcatContextXmlTag
extends DescriptorTag

Represents the various top-level tags in a Tomcat context web deployment descriptor as a typesafe enumeration.

Version:
$Id: TomcatContextXmlTag.java 1155 2006-07-27 16:51:20Z vmassol $

Field Summary
static TomcatContextXmlTag CONTEXT_PATH
          Attribute name 'path'.
static TomcatContextXmlTag PARAMETER
          Element name 'Parameter'.
 
Constructor Summary
protected TomcatContextXmlTag(java.lang.String tagName)
          Constructor.
protected TomcatContextXmlTag(java.lang.String tagName, boolean isMultipleAllowed)
          Constructor.
 
Methods inherited from class org.codehaus.cargo.module.DescriptorTag
equals, getTagName, hashCode, isMultipleAllowed, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTEXT_PATH

public static final TomcatContextXmlTag CONTEXT_PATH
Attribute name 'path'.


PARAMETER

public static final TomcatContextXmlTag PARAMETER
Element name 'Parameter'.

Constructor Detail

TomcatContextXmlTag

protected TomcatContextXmlTag(java.lang.String tagName,
                              boolean isMultipleAllowed)
Constructor.

Parameters:
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor

TomcatContextXmlTag

protected TomcatContextXmlTag(java.lang.String tagName)
Constructor.

Parameters:
tagName - The tag name of the element


Copyright © 2004-2007 Codehaus. All Rights Reserved.