Uses of Interface
org.codehaus.cargo.module.webapp.VendorWebAppDescriptor

Packages that use VendorWebAppDescriptor
org.codehaus.cargo.module.webapp   
org.codehaus.cargo.module.webapp.orion   
org.codehaus.cargo.module.webapp.resin   
org.codehaus.cargo.module.webapp.weblogic   
org.codehaus.cargo.module.webapp.websphere   
 

Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp
 

Methods in org.codehaus.cargo.module.webapp that return VendorWebAppDescriptor
protected  VendorWebAppDescriptor WebXmlMerger.getVendorWebAppDescriptor(WebXml theWebXml, java.lang.Class clazz)
          Get the vendor web app descriptor out of the web xml.
 

Methods in org.codehaus.cargo.module.webapp with parameters of type VendorWebAppDescriptor
 void WebXml.addVendorDescriptor(VendorWebAppDescriptor descr)
          Associates a vendor specific descriptor with this web.xml.
 void WebXmlMerger.IMergeImplementation.merge(VendorWebAppDescriptor ours, VendorWebAppDescriptor theirs)
          Interface callback.
 

Uses of VendorWebAppDescriptor in org.codehaus.cargo.module.webapp.orion
 

Classes in org.codehaus.cargo.module.webapp.orion that implement VendorWebAppDescriptor
 class OrionWebXml
          Encapsulates the DOM representation of a oracle web deployment descriptor orion-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
 class ResinWebXml
          Encapsulates the DOM representation of a web deployment descriptor resin-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
 class WeblogicXml
          Encapsulates the DOM representation of a weblogic web deployment descriptor weblogic.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
 class IbmWebBndXmi
          Encapsulates the DOM representation of a websphere web deployment descriptor ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.