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 DescriptorElementDescriptorTag. 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 intAbstractChoiceMergeStrategy. inBoth(Descriptor set, DescriptorElement left, DescriptorElement right)Process when the element appears in both descriptors.intMergeStrategy. inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)Process when the element appears in both descriptors.intNodeMergeStrategy. inBoth(Descriptor target, DescriptorElement left, DescriptorElement right)Process when the element appears in both descriptors.intAbstractChoiceMergeStrategy. inLeft(Descriptor set, DescriptorElement element)Process when the element appears just in the left descriptor.intMergeStrategy. inLeft(Descriptor target, DescriptorElement left)Process when the element appears just in the left descriptor.intNodeMergeStrategy. inLeft(Descriptor target, DescriptorElement left)Process when the element appears just in the left descriptor.intAbstractChoiceMergeStrategy. inRight(Descriptor set, DescriptorElement element)Process when the element appears just in the right descriptor.intMergeStrategy. inRight(Descriptor target, DescriptorElement right)Process when the element appears just in the right descriptor.intNodeMergeStrategy. 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 voidWebXml. 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 classAuthConstraintclassContextParamContext Parameter class for accessing context parameters in aweb.xmlfile.classFilterclassFilterMappingclassInitParamContext Parameter class for accessing context parameters in aweb.xmlfile.classListenerContext Parameter class for accessing context parameters in aweb.xmlfile.classMimeMappingclassSecurityConstraintclassServletclassServletMappingclassWebXmlElement -
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 classJndiLinkWrapper Class representing a resin-web.xml JNDI link.classResourceRefWrapper class representing a resin-web resource-ref entry.classSystemPropertyWrapper Class representing a resin-web.xml system property.
-