Uses of Class
org.apache.cactus.integration.ant.deployment.webapp.WebXml

Packages that use WebXml
org.apache.cactus.integration.ant.deployment.webapp   
 

Uses of WebXml in org.apache.cactus.integration.ant.deployment.webapp
 

Methods in org.apache.cactus.integration.ant.deployment.webapp that return WebXml
static WebXml WebXmlIo.newWebXml(WebXmlVersion theVersion)
          Creates a new empty deployment descriptor.
static WebXml WebXmlIo.parseWebXmlFromFile(java.io.File theFile, org.xml.sax.EntityResolver theEntityResolver)
          Parses a deployment descriptor stored in a regular file.
static WebXml WebXmlIo.parseWebXml(java.io.InputStream theInput, org.xml.sax.EntityResolver theEntityResolver)
          Parses a deployment descriptor provided as input stream.
 WebXml WarArchive.getWebXml()
          Returns the deployment descriptor of the web application.
 WebXml DefaultWarArchive.getWebXml()
           
 

Methods in org.apache.cactus.integration.ant.deployment.webapp with parameters of type WebXml
 void WebXmlMerger.merge(WebXml theMergeWebXml)
          Merges the merge descriptor with the original descriptor.
static void WebXmlIo.writeWebXml(WebXml theWebXml, java.io.File theFile)
          Writes the specified document to a file.
static void WebXmlIo.writeWebXml(WebXml theWebXml, java.io.File theFile, java.lang.String theEncoding)
          Writes the specified document to a file.
static void WebXmlIo.writeWebXml(WebXml theWebXml, java.io.File theFile, java.lang.String theEncoding, boolean isIndent)
          Writes the specified document to a file.
static void WebXmlIo.writeWebXml(WebXml theWebXml, java.io.OutputStream theOutput, java.lang.String theEncoding, boolean isIndent)
          Writes the specified document to an output stream.
 

Constructors in org.apache.cactus.integration.ant.deployment.webapp with parameters of type WebXml
WebXmlMerger(WebXml theWebXml)
          Constructor.
 



Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.