public final class JBossWebXmlTag extends DescriptorTag
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_ROOT
Element name 'context-root'.
|
static String |
EJB_LOCAL_REF
Element name 'ejb-local-ref'.
|
static String |
EJB_REF
Element name 'ejb-ref'.
|
static String |
EJB_REF_NAME
Element name 'ejb-ref-name'.
|
static String |
JNDI_NAME
Element name 'jndi-name'.
|
static String |
LOCAL_JNDI_NAME
Element name 'local-jndi-name'.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JBossWebXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
JBossWebXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toStringpublic static final String CONTEXT_ROOT
public static final String EJB_REF
public static final String EJB_LOCAL_REF
public static final String EJB_REF_NAME
public static final String JNDI_NAME
public static final String LOCAL_JNDI_NAME
protected JBossWebXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
type - Descriptor typetagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in
the descriptorprotected JBossWebXmlTag(DescriptorType type, String tagName)
type - Descriptor typetagName - The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.