|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |