Uses of Class
org.apache.cactus.integration.ant.deployment.application.ApplicationXmlTag

Packages that use ApplicationXmlTag
org.apache.cactus.integration.ant.deployment.application   
 

Uses of ApplicationXmlTag in org.apache.cactus.integration.ant.deployment.application
 

Fields in org.apache.cactus.integration.ant.deployment.application declared as ApplicationXmlTag
static ApplicationXmlTag ApplicationXmlTag.ICON
          Element name 'icon'.
static ApplicationXmlTag ApplicationXmlTag.DISPLAY_NAME
          Element name 'display-name'.
static ApplicationXmlTag ApplicationXmlTag.DESCRIPTION
          Element name 'description'.
static ApplicationXmlTag ApplicationXmlTag.MODULE
          Element name 'module'.
static ApplicationXmlTag ApplicationXmlTag.WEB
          Element name 'web',
static ApplicationXmlTag ApplicationXmlTag.WEB_URI
          Element name 'web-uri',
static ApplicationXmlTag ApplicationXmlTag.CONTEXT_ROOT
          Element name 'context-root',
static ApplicationXmlTag ApplicationXmlTag.SECURITY_ROLE
          Element name 'security-role',
 

Methods in org.apache.cactus.integration.ant.deployment.application with parameters of type ApplicationXmlTag
 java.util.Iterator DefaultApplicationXml.getElements(ApplicationXmlTag theTag)
           
 void DefaultApplicationXml.addElement(ApplicationXmlTag theTag, org.w3c.dom.Element theElement)
          Adds an element of the specified tag to the descriptor.
 java.util.Iterator ApplicationXml.getElements(ApplicationXmlTag theTag)
          Returns an iterator over the elements that match the specified tag.
 



Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.