Uses of Class
org.codehaus.cargo.module.DescriptorElement

Packages that use DescriptorElement
org.codehaus.cargo.module   
org.codehaus.cargo.module.merge.tagstrategy   
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.elements   
org.codehaus.cargo.module.webapp.resin.elements   
 

Uses of DescriptorElement in org.codehaus.cargo.module
 

Methods in org.codehaus.cargo.module that return DescriptorElement
 DescriptorElement DescriptorTag.create()
           
 

Uses of DescriptorElement in org.codehaus.cargo.module.merge.tagstrategy
 

Methods in org.codehaus.cargo.module.merge.tagstrategy with parameters of type DescriptorElement
 int NodeMergeStrategy.inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)
          Process when the element appears in both descriptors.
 int AbstractChoiceMergeStrategy.inBoth(Descriptor set, DescriptorElement left, DescriptorElement right)
          Process when the element appears in both descriptors.
 int MergeStrategy.inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)
          Process when the element appears in both descriptors.
 int NodeMergeStrategy.inLeft(Descriptor target, DescriptorElement left)
          Process when the element appears just in the left descriptor.
 int AbstractChoiceMergeStrategy.inLeft(Descriptor set, DescriptorElement element)
          Process when the element appears just in the left descriptor.
 int MergeStrategy.inLeft(Descriptor target, DescriptorElement left)
          Process when the element appears just in the left descriptor.
 int NodeMergeStrategy.inRight(Descriptor target, DescriptorElement right)
          Process when the element appears just in the left descriptor.
 int AbstractChoiceMergeStrategy.inRight(Descriptor set, DescriptorElement element)
          Process when the element appears just in the left descriptor.
 int MergeStrategy.inRight(Descriptor target, DescriptorElement right)
          Process when the element appears just in the left descriptor.
 

Uses of DescriptorElement in org.codehaus.cargo.module.webapp
 

Methods in org.codehaus.cargo.module.webapp with parameters of type DescriptorElement
 void WebXml.addTag(DescriptorElement element)
          Add a tag into the document.
 

Uses of DescriptorElement in org.codehaus.cargo.module.webapp.elements
 

Subclasses of DescriptorElement in org.codehaus.cargo.module.webapp.elements
 class AuthConstraint
           
 class ContextParam
          Context Parameter class for accessing context parameters in a web.xml file.
 class Filter
           
 class FilterMapping
           
 class InitParam
          Context Parameter class for accessing context parameters in a web.xml file.
 class Listener
          Context Parameter class for accessing context parameters in a web.xml file.
 class SecurityConstraint
           
 class Servlet
           
 class WebXmlElement
           
 

Uses of DescriptorElement in org.codehaus.cargo.module.webapp.resin.elements
 

Subclasses of DescriptorElement in org.codehaus.cargo.module.webapp.resin.elements
 class JndiLink
          Wrapper Class representing a resin-web.xml JNDI link.
 class ResourceRef
          Wrapper class representing a resin-web resource-ref entry.
 class SystemProperty
          Wrapper Class representing a resin-web.xml system property.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.