|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationXml | |
org.apache.cactus.integration.ant.deployment.application |
Uses of ApplicationXml in org.apache.cactus.integration.ant.deployment.application |
Classes in org.apache.cactus.integration.ant.deployment.application that implement ApplicationXml | |
class |
DefaultApplicationXml
Encapsulates the DOM representation of an EAR descriptor ( application.xml ) to provide convenience methods for easy
access and manipulation. |
Methods in org.apache.cactus.integration.ant.deployment.application that return ApplicationXml | |
ApplicationXml |
EarArchive.getApplicationXml()
Returns the deployment descriptor of the web application. |
ApplicationXml |
DefaultEarArchive.getApplicationXml()
|
static ApplicationXml |
ApplicationXmlIo.parseApplicationXmlFromFile(java.io.File theFile,
org.xml.sax.EntityResolver theEntityResolver)
Parses a deployment descriptor stored in a regular file. |
static ApplicationXml |
ApplicationXmlIo.parseApplicationXml(java.io.InputStream theInput,
org.xml.sax.EntityResolver theEntityResolver)
Parses a deployment descriptor provided as input stream. |
Methods in org.apache.cactus.integration.ant.deployment.application with parameters of type ApplicationXml | |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml theAppXml,
java.io.File theFile)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml theAppXml,
java.io.File theFile,
java.lang.String theEncoding)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml theAppXml,
java.io.File theFile,
java.lang.String theEncoding,
boolean isIndent)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml theAppXml,
java.io.OutputStream theOutput,
java.lang.String theEncoding,
boolean isIndent)
Writes the specified document to an output stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |