org.codehaus.cargo.module.webapp.jboss
Class JBossWebXmlTag

java.lang.Object
  extended by org.codehaus.cargo.module.DescriptorTag
      extended by org.codehaus.cargo.module.webapp.jboss.JBossWebXmlTag

public final class JBossWebXmlTag
extends DescriptorTag

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

Version:
$Id: JBossWebXmlTag.java 1089 2006-07-15 19:39:59Z vmassol $

Field Summary
static JBossWebXmlTag CONTEXT_ROOT
          Element name 'context-root'.
 
Constructor Summary
protected JBossWebXmlTag(java.lang.String tagName)
          Constructor.
protected JBossWebXmlTag(java.lang.String tagName, boolean isMultipleAllowed)
          Constructor.
 
Method Summary
 
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_ROOT

public static final JBossWebXmlTag CONTEXT_ROOT
Element name 'context-root'.

Constructor Detail

JBossWebXmlTag

protected JBossWebXmlTag(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

JBossWebXmlTag

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

Parameters:
tagName - The tag name of the element


Copyright © 2004-2011 Codehaus. All Rights Reserved.