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