org.codehaus.cargo.module.webapp.resin
Class ResinWebXmlTag

java.lang.Object
  extended byorg.codehaus.cargo.module.DescriptorTag
      extended byorg.codehaus.cargo.module.webapp.resin.ResinWebXmlTag

public final class ResinWebXmlTag
extends DescriptorTag

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

Version:
$Id $

Field Summary
static ResinWebXmlTag DIRECTORY_SERVLET
          Elements of directory-servlet.
static ResinWebXmlTag JNDI_LINK
          Elements of jndi-link.
static ResinWebXmlTag RESOURCE_REFERENCE
          Elements of resource-ref.
static ResinWebXmlTag SESSION_CONFIG
          Elements of session-config.
static ResinWebXmlTag SYSTEM_PROPERTY
          Attribute name 'path'.
 
Constructor Summary
protected ResinWebXmlTag(java.lang.String tagName)
          Constructor.
protected ResinWebXmlTag(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

SYSTEM_PROPERTY

public static final ResinWebXmlTag SYSTEM_PROPERTY
Attribute name 'path'.


RESOURCE_REFERENCE

public static final ResinWebXmlTag RESOURCE_REFERENCE
Elements of resource-ref.


SESSION_CONFIG

public static final ResinWebXmlTag SESSION_CONFIG
Elements of session-config.


DIRECTORY_SERVLET

public static final ResinWebXmlTag DIRECTORY_SERVLET
Elements of directory-servlet.


JNDI_LINK

public static final ResinWebXmlTag JNDI_LINK
Elements of jndi-link.

Constructor Detail

ResinWebXmlTag

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

ResinWebXmlTag

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

Parameters:
tagName - The tag name of the element


Copyright © 2004-2008 Codehaus. All Rights Reserved.