|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebXml | |
org.apache.cactus.integration.ant | Contains the tasks and types provided for integration of Cactus with Ant. |
org.apache.cactus.integration.ant.deployment | Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. |
Uses of WebXml in org.apache.cactus.integration.ant |
Methods in org.apache.cactus.integration.ant with parameters of type WebXml | |
abstract void |
CactifyWarTask.Redirector.mergeInto(WebXml theWebXml)
Merges the definition of the redirector into the provided deployment descriptor. |
void |
CactifyWarTask.FilterRedirector.mergeInto(WebXml theWebXml)
|
void |
CactifyWarTask.JspRedirector.mergeInto(WebXml theWebXml)
|
void |
CactifyWarTask.ServletRedirector.mergeInto(WebXml theWebXml)
|
Uses of WebXml in org.apache.cactus.integration.ant.deployment |
Methods in org.apache.cactus.integration.ant.deployment 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 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 with parameters of type WebXml | |
WebXmlMerger(WebXml theWebXml)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |