public class JBossXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static String |
EJB_NAME
ejb-name.
|
static String |
JNDI_NAME
jndi-name.
|
static String |
LOCAL_JNDI_NAME
local-jndi-name.
|
Modifier | Constructor and Description |
---|---|
protected |
JBossXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
JBossXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String EJB_NAME
public static final String JNDI_NAME
public static final String LOCAL_JNDI_NAME
protected JBossXmlTag(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 JBossXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.