Uses of Class
org.codehaus.cargo.module.DescriptorElement
-
-
Uses of DescriptorElement in org.codehaus.cargo.module
Methods in org.codehaus.cargo.module that return DescriptorElement Modifier and Type Method Description 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 Modifier and Type Method Description 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. inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)
Process when the element appears in both descriptors.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. inLeft(Descriptor target, DescriptorElement left)
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 right descriptor.int
MergeStrategy. inRight(Descriptor target, DescriptorElement right)
Process when the element appears just in the right descriptor.int
NodeMergeStrategy. inRight(Descriptor target, DescriptorElement right)
Process when the element appears just in the right descriptor. -
Uses of DescriptorElement in org.codehaus.cargo.module.webapp
Methods in org.codehaus.cargo.module.webapp with parameters of type DescriptorElement Modifier and Type Method Description 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 Modifier and Type Class Description class
AuthConstraint
class
ContextParam
Context Parameter class for accessing context parameters in aweb.xml
file.class
Filter
class
FilterMapping
class
InitParam
Context Parameter class for accessing context parameters in aweb.xml
file.class
Listener
Context Parameter class for accessing context parameters in aweb.xml
file.class
MimeMapping
class
SecurityConstraint
class
Servlet
class
ServletMapping
class
WebXmlElement
-
Uses of DescriptorElement in org.codehaus.cargo.module.webapp.resin.elements
Subclasses of DescriptorElement in org.codehaus.cargo.module.webapp.resin.elements Modifier and Type Class Description 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.
-