|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.deployment.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 |
ICON
Element name 'icon'. |
static ApplicationXmlTag |
MODULE
Element name 'module'. |
static ApplicationXmlTag |
WEB
Element name 'web', |
static ApplicationXmlTag |
WEB_URI
Element name 'web-uri', |
Method Summary | |
boolean |
equals(java.lang.Object theOther)
|
java.lang.String |
getTagName()
Returns the tag name. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
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 WEB
public static final ApplicationXmlTag WEB_URI
public static final ApplicationXmlTag CONTEXT_ROOT
Method Detail |
public final boolean equals(java.lang.Object theOther)
Object.toString()
public final int hashCode()
Object.hashCode()
public final java.lang.String getTagName()
public final java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |