org.codehaus.cargo.module.webapp.jboss
Class JBossWebXmlTag
java.lang.Object
org.codehaus.cargo.module.DescriptorTag
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 $
Constructor Summary |
protected |
JBossWebXmlTag(java.lang.String tagName)
Constructor. |
protected |
JBossWebXmlTag(java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CONTEXT_ROOT
public static final JBossWebXmlTag CONTEXT_ROOT
- Element name 'context-root'.
JBossWebXmlTag
protected JBossWebXmlTag(java.lang.String tagName,
boolean isMultipleAllowed)
- Constructor.
- Parameters:
tagName
- The tag name of the elementisMultipleAllowed
- 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-2008 Codehaus. All Rights Reserved.