Package | Description |
---|---|
org.codehaus.cargo.module.application |
Modifier and Type | Field and Description |
---|---|
static ApplicationXmlTag |
ApplicationXmlTag.CONTEXT_ROOT
Element name 'context-root'.
|
static ApplicationXmlTag |
ApplicationXmlTag.DESCRIPTION
Element name 'description'.
|
static ApplicationXmlTag |
ApplicationXmlTag.DISPLAY_NAME
Element name 'display-name'.
|
static ApplicationXmlTag |
ApplicationXmlTag.EJB
Element name 'ejb'.
|
static ApplicationXmlTag |
ApplicationXmlTag.ICON
Element name 'icon'.
|
static ApplicationXmlTag |
ApplicationXmlTag.MODULE
Element name 'module'.
|
static ApplicationXmlTag |
ApplicationXmlTag.SECURITY_ROLE
Element name 'security-role'.
|
static ApplicationXmlTag |
ApplicationXmlTag.WEB
Element name 'web'.
|
static ApplicationXmlTag |
ApplicationXmlTag.WEB_URI
Element name 'web-uri'.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
ApplicationXml.getElements(ApplicationXmlTag tag)
Returns an iterator over the elements that match the specified tag.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.