java.lang.Objectorg.apache.cactus.integration.ant.deployment.AbstractDeployableFile
All Implemented Interfaces:
DeployableFile, Cloneable
Direct Known Subclasses:
EarDeployableFile, WarDeployableFile
Cactus - 1.5$ - Id: AbstractDeployableFile.java 239003 2004-05-31 20:05:27Z vmassol $| Field Summary | ||
|---|---|---|
| protected File | deployableFile | The WAR or EAR file to deploy. |
| protected WarArchive | warArchive | WAR deployment descriptor as a java object. In case of an EAR, it is the first WAR containing the Cactus Servlet redirector. |
| protected String | testContext | Webapp context path containing the Cactus tests. |
| protected String | servletRedirectorMapping | Servlet mapping of the Cactus Servlet redirector found in the warArchive WAR. |
| protected String | filterRedirectorMapping | Filter mapping of the Cactus Filter redirector found in the warArchive WAR. |
| protected String | jspRedirectorMapping | JSP mapping of the Cactus JSP redirector found in the warArchive WAR. |
| Method from org.apache.cactus.integration.ant.deployment.AbstractDeployableFile Summary: |
|---|
| clone, getFile, getFilterRedirectorMapping, getJspRedirectorMapping, getServletRedirectorMapping, getTestContext, getWarArchive, setFile, setFilterRedirectorMapping, setJspRedirectorMapping, setServletRedirectorMapping, setTestContext, setWarArchive |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cactus.integration.ant.deployment.AbstractDeployableFile Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|