|
||||||||||
| 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 java.lang.String |
CONTEXT_ROOT
Element name 'context-root'. |
static java.lang.String |
DESCRIPTION
Element name 'description'. |
static java.lang.String |
DISPLAY_NAME
Element name 'display-name'. |
static java.lang.String |
EJB
Element name 'ejb'. |
static java.lang.String |
ICON
Element name 'icon'. |
static java.lang.String |
MODULE
Element name 'module'. |
static java.lang.String |
SECURITY_ROLE
Element name 'security-role'. |
static java.lang.String |
WEB
Element name 'web'. |
static java.lang.String |
WEB_URI
Element name 'web-uri'. |
| Constructor Summary | |
|---|---|
protected |
ApplicationXmlTag(ApplicationXmlType type,
java.lang.String tagName)
Constructor. |
protected |
ApplicationXmlTag(ApplicationXmlType type,
java.lang.String tagName,
boolean isMultipleAllowed)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class org.codehaus.cargo.module.DescriptorTag |
|---|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ICON
public static final java.lang.String DISPLAY_NAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String MODULE
public static final java.lang.String EJB
public static final java.lang.String WEB
public static final java.lang.String WEB_URI
public static final java.lang.String CONTEXT_ROOT
public static final java.lang.String SECURITY_ROLE
| Constructor Detail |
|---|
protected ApplicationXmlTag(ApplicationXmlType type,
java.lang.String tagName,
boolean isMultipleAllowed)
type - Descriptor typetagName - The tag name of the elementisMultipleAllowed - Whether the element may occur multiple times in the descriptor
protected ApplicationXmlTag(ApplicationXmlType type,
java.lang.String tagName)
type - Descriptor typetagName - The tag name of the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||