public final class ApplicationXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_ROOT
Element name 'context-root'.
|
static String |
DESCRIPTION
Element name 'description'.
|
static String |
DISPLAY_NAME
Element name 'display-name'.
|
static String |
EJB
Element name 'ejb'.
|
static String |
ICON
Element name 'icon'.
|
static String |
MODULE
Element name 'module'.
|
static String |
SECURITY_ROLE
Element name 'security-role'.
|
static String |
WEB
Element name 'web'.
|
static String |
WEB_URI
Element name 'web-uri'.
|
Modifier | Constructor and Description |
---|---|
protected |
ApplicationXmlTag(ApplicationXmlType type,
String tagName)
Constructor.
|
protected |
ApplicationXmlTag(ApplicationXmlType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String ICON
public static final String DISPLAY_NAME
public static final String DESCRIPTION
public static final String MODULE
public static final String EJB
public static final String WEB
public static final String WEB_URI
public static final String CONTEXT_ROOT
public static final String SECURITY_ROLE
protected ApplicationXmlTag(ApplicationXmlType type, String tagName, boolean isMultipleAllowed)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorprotected ApplicationXmlTag(ApplicationXmlType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.