|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MergeStrategy.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 |
NodeMergeStrategy.inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors. |
int |
MergeStrategy.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 |
NodeMergeStrategy.inLeft(Descriptor target,
DescriptorElement left)
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. |
int |
AbstractChoiceMergeStrategy.inRight(Descriptor set,
DescriptorElement element)
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |