org.codehaus.cargo.module.webapp
Class WebXmlTag

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

public final class WebXmlTag
extends DescriptorTag

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

Version:
$Id: WebXmlTag.java 1705 2008-09-02 13:14:55Z adriana $

Constructor Summary
protected WebXmlTag(DescriptorType type, java.lang.String tagName)
          Constructor.
protected WebXmlTag(DescriptorType type, java.lang.String tagName, boolean isMultipleAllowed)
          Constructor.
protected WebXmlTag(DescriptorType type, java.lang.String tagName, boolean isMultipleAllowed, Identifier identifier, java.lang.Class clazz)
          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
 

Constructor Detail

WebXmlTag

protected WebXmlTag(DescriptorType type,
                    java.lang.String tagName,
                    boolean isMultipleAllowed,
                    Identifier identifier,
                    java.lang.Class clazz)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor
identifier - Optional tag identifier instance
clazz - Name of the implementation class

WebXmlTag

protected WebXmlTag(DescriptorType type,
                    java.lang.String tagName,
                    boolean isMultipleAllowed)
Constructor.

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

WebXmlTag

protected WebXmlTag(DescriptorType type,
                    java.lang.String tagName)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element


Copyright © 2004-2011 Codehaus. All Rights Reserved.