|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.module.DescriptorTag
org.codehaus.cargo.module.application.ApplicationXmlTag
public final class ApplicationXmlTag
Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
| Field Summary | |
|---|---|
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'. |
| Constructor Summary | |
|---|---|
protected |
ApplicationXmlTag(java.lang.String tagName)
Constructor. |
protected |
ApplicationXmlTag(java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class org.codehaus.cargo.module.DescriptorTag |
|---|
equals, getTagName, hashCode, isMultipleAllowed, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
protected ApplicationXmlTag(java.lang.String tagName,
boolean isMultipleAllowed)
tagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in the descriptorprotected ApplicationXmlTag(java.lang.String tagName)
tagName - The tag name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||