| |
|
| java.lang.Object org.apache.cactus.integration.ant.deployment.AbstractDeployableFile
All known Subclasses: org.apache.cactus.integration.ant.deployment.WarDeployableFile, org.apache.cactus.integration.ant.deployment.EarDeployableFile,
AbstractDeployableFile | abstract public class AbstractDeployableFile implements DeployableFile,Cloneable(Code) | | Logic common to all deployable implementations (WAR and EAR
deployments).
since: Cactus 1.5 version: $Id: AbstractDeployableFile.java 239003 2004-05-31 20:05:27Z vmassol $ |
deployableFile | protected File deployableFile(Code) | | The WAR or EAR file to deploy.
|
filterRedirectorMapping | protected String filterRedirectorMapping(Code) | | Filter mapping of the Cactus Filter redirector found
in the warArchive WAR.
|
jspRedirectorMapping | protected String jspRedirectorMapping(Code) | | JSP mapping of the Cactus JSP redirector found
in the warArchive WAR.
|
servletRedirectorMapping | protected String servletRedirectorMapping(Code) | | Servlet mapping of the Cactus Servlet redirector found
in the warArchive WAR.
|
testContext | protected String testContext(Code) | | Webapp context path containing the Cactus tests
|
warArchive | protected WarArchive warArchive(Code) | | WAR deployment descriptor as a java object. In case of an EAR,
it is the first WAR containing the Cactus Servlet redirector.
|
setFile | final public void setFile(File theDeployableFile)(Code) | | Parameters: theDeployableFile - the file to deploy |
setFilterRedirectorMapping | final public void setFilterRedirectorMapping(String theMapping)(Code) | | Parameters: theMapping - the filter redirector mapping |
setJspRedirectorMapping | final public void setJspRedirectorMapping(String theMapping)(Code) | | Parameters: theMapping - the JSP redirector mapping |
setServletRedirectorMapping | final public void setServletRedirectorMapping(String theMapping)(Code) | | Parameters: theMapping - the servlet redirector mapping |
setWarArchive | final public void setWarArchive(WarArchive theWarArchive)(Code) | | Parameters: theWarArchive - the WAR archive object |
|
|
|