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 void
WebXml. 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 class
JBossWebXml
Encapsulates the DOM representation of a web deployment descriptorjboss-web.xml
to 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 VendorWebAppDescriptor
WebXmlMerger. 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 class
OrionWebXml
Encapsulates the DOM representation of a oracle web deployment descriptororion-web.xml
to 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 class
ResinWebXml
Encapsulates the DOM representation of a web deployment descriptorresin-web.xml
to 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 class
WeblogicXml
Encapsulates the DOM representation of a weblogic web deployment descriptorweblogic.xml
to 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 class
IbmWebBndXmi
Encapsulates the DOM representation of a websphere web deployment descriptoribm-web-bnd.xmi
to provide convenience methods for easy access and manipulation.
-