Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cactus.integration.ant.deployment.application.* (9)org.apache.cactus.integration.ant.deployment.webapp.* (11)

org.apache.cactus.integration.ant.deployment: Javadoc index of package org.apache.cactus.integration.ant.deployment.


Package Samples:

org.apache.cactus.integration.ant.deployment.webapp: Contains classes that support deployment aspects like parsing deployment descriptors and extracting resources from deployment archives.  
org.apache.cactus.integration.ant.deployment.application

Classes:

EarParser: Parse an EAR descriptor to extract meaninful information for Cactus, the results being stored in a EarDeployableFile object.
WarParser: Parse an WAR descriptor to extract meaninful information for Cactus, the results being stored in a WarDeployableFile object.
TestWebXmlMerger: Unit tests for WebXmlMerger . TODO: we need more tests for the security sections and the various references
TestApplicationXmlVersion: Unit tests for ApplicationXmlVersion .
TestApplicationXml: Unit tests for ApplicationXml .
TestWebXmlVersion: Unit tests for WebXmlVersion .
TestWarArchive: Unit tests for WarArchive .
TestWebXml: Unit tests for WebXml .
TestJarArchive: Unit tests for JarArchive .
TestEarParser: Unit tests for EarParser .
ApplicationXml: Encapsulates the DOM representation of an EAR descriptor ( application.xml ) to provide convenience methods for easy access and manipulation.
DefaultApplicationXml: Encapsulates the DOM representation of an EAR descriptor ( application.xml ) to provide convenience methods for easy access and manipulation.
WebXml: Encapsulates the DOM representation of a web deployment descriptor web.xml to provide convenience methods for easy access and manipulation.
ApplicationXmlVersion: Enumerated type that represents the version of the deployment descriptor of a enterprise application (application.xml).
ApplicationXmlIo: Provides convenience methods for reading and writing enterprise application deployment descriptors (application.xml).
ApplicationXmlTag: Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.
WebXmlTag: Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
DeployableFile: Represents a component to deploy in a container. It can either be a WAR or an EAR file.
WebXmlIo: Provides convenience methods for reading and writing web deployment descriptors.
WebXmlVersion: Enumerated type that represents the version of the web deployment descriptor.
AbstractDeployableFile: Logic common to all deployable implementations (WAR and EAR deployments).
DefaultJarArchive: Provide convenient methods to read information from a Jar archive.
JarArchive: Provide convenient methods to read information from a Jar archive.

Home | Contact Us | Privacy Policy | Terms of Service