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 1705 2008-09-02 13:14:55Z adriana $

Field Summary
static java.lang.String CONTEXT_ROOT
          Element name 'context-root'.
static java.lang.String EJB_LOCAL_REF
          Element name 'ejb-local-ref'.
static java.lang.String EJB_REF
          Element name 'ejb-ref'.
static java.lang.String EJB_REF_NAME
          Element name 'ejb-ref-name'.
static java.lang.String JNDI_NAME
          Element name 'jndi-name'.
static java.lang.String LOCAL_JNDI_NAME
          Element name 'local-jndi-name'.
 
Constructor Summary
protected JBossWebXmlTag(DescriptorType type, java.lang.String tagName)
          Constructor.
protected JBossWebXmlTag(DescriptorType type, java.lang.String tagName, boolean isMultipleAllowed)
          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
 

Field Detail

CONTEXT_ROOT

public static final java.lang.String CONTEXT_ROOT
Element name 'context-root'.

See Also:
Constant Field Values

EJB_REF

public static final java.lang.String EJB_REF
Element name 'ejb-ref'.

See Also:
Constant Field Values

EJB_LOCAL_REF

public static final java.lang.String EJB_LOCAL_REF
Element name 'ejb-local-ref'.

See Also:
Constant Field Values

EJB_REF_NAME

public static final java.lang.String EJB_REF_NAME
Element name 'ejb-ref-name'.

See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
Element name 'jndi-name'.

See Also:
Constant Field Values

LOCAL_JNDI_NAME

public static final java.lang.String LOCAL_JNDI_NAME
Element name 'local-jndi-name'.

See Also:
Constant Field Values
Constructor Detail

JBossWebXmlTag

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

JBossWebXmlTag

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