|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ApplicationXml | |
| org.apache.cactus.integration.ant.deployment | Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives. |
| Uses of ApplicationXml in org.apache.cactus.integration.ant.deployment |
| Classes in org.apache.cactus.integration.ant.deployment 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 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||