Uses of Interface
org.codehaus.cargo.module.webapp.VendorWebAppDescriptor
-
-
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp
Methods in org.codehaus.cargo.module.webapp with parameters of type VendorWebAppDescriptor Modifier and Type Method Description voidWebXml. addVendorDescriptor(VendorWebAppDescriptor descr)Associates a vendor specific descriptor with this web.xml. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.jboss
Classes in org.codehaus.cargo.module.webapp.jboss that implement VendorWebAppDescriptor Modifier and Type Class Description classJBossWebXmlEncapsulates the DOM representation of a web deployment descriptorjboss-web.xmlto provide convenience methods for easy access and manipulation. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.merge
Methods in org.codehaus.cargo.module.webapp.merge that return VendorWebAppDescriptor Modifier and Type Method Description protected VendorWebAppDescriptorWebXmlMerger. getVendorWebAppDescriptor(WebXml theWebXml, Class clazz)Get the vendor web app descriptor out of the web xml. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.orion
Classes in org.codehaus.cargo.module.webapp.orion that implement VendorWebAppDescriptor Modifier and Type Class Description classOrionWebXmlEncapsulates the DOM representation of a oracle web deployment descriptororion-web.xmlto provide convenience methods for easy access and manipulation. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.resin
Classes in org.codehaus.cargo.module.webapp.resin that implement VendorWebAppDescriptor Modifier and Type Class Description classResinWebXmlEncapsulates the DOM representation of a web deployment descriptorresin-web.xmlto provide convenience methods for easy access and manipulation. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.weblogic
Classes in org.codehaus.cargo.module.webapp.weblogic that implement VendorWebAppDescriptor Modifier and Type Class Description classWeblogicXmlEncapsulates the DOM representation of a weblogic web deployment descriptorweblogic.xmlto provide convenience methods for easy access and manipulation. -
Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.websphere
Classes in org.codehaus.cargo.module.webapp.websphere that implement VendorWebAppDescriptor Modifier and Type Class Description classIbmWebBndXmiEncapsulates the DOM representation of a websphere web deployment descriptoribm-web-bnd.xmito provide convenience methods for easy access and manipulation.
-