Uses of Interface
org.apache.cactus.integration.ant.deployment.webapp.WarArchive

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

Uses of WarArchive in org.apache.cactus.integration.ant.deployment
 

Methods in org.apache.cactus.integration.ant.deployment that return WarArchive
 WarArchive DeployableFile.getWarArchive()
           
 WarArchive AbstractDeployableFile.getWarArchive()
           
 

Methods in org.apache.cactus.integration.ant.deployment with parameters of type WarArchive
 void AbstractDeployableFile.setWarArchive(WarArchive theWarArchive)
           
 

Uses of WarArchive in org.apache.cactus.integration.ant.deployment.application
 

Methods in org.apache.cactus.integration.ant.deployment.application that return WarArchive
 WarArchive EarArchive.getWebModule(java.lang.String theUri)
          Returns the web-app archive stored in the EAR with the specified URI.
 WarArchive DefaultEarArchive.getWebModule(java.lang.String theUri)
           
 

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

Classes in org.apache.cactus.integration.ant.deployment.webapp that implement WarArchive
 class DefaultWarArchive
          Class that encapsulates access to a WAR.
 



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