Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment » [javadoc | source]
org.apache.cactus.integration.ant.deployment
abstract public class: AbstractDeployableFile [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.deployment.AbstractDeployableFile

All Implemented Interfaces:
    DeployableFile, Cloneable

Direct Known Subclasses:
    EarDeployableFile, WarDeployableFile

Logic common to all deployable implementations (WAR and EAR deployments).
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:
 public Object clone() throws CloneNotSupportedException 
    {@inheritDoc}
 public final File getFile() 
    {@inheritDoc}
 public final String getFilterRedirectorMapping() 
    {@inheritDoc}
 public final String getJspRedirectorMapping() 
    {@inheritDoc}
 public final String getServletRedirectorMapping() 
    {@inheritDoc}
 public final String getTestContext() 
    {@inheritDoc}
 public final WarArchive getWarArchive() 
    {@inheritDoc}
 public final  void setFile(File theDeployableFile) 
 public final  void setFilterRedirectorMapping(String theMapping) 
 public final  void setJspRedirectorMapping(String theMapping) 
 public final  void setServletRedirectorMapping(String theMapping) 
 public final  void setTestContext(String theTestContext) 
    {@inheritDoc}
 public final  void setWarArchive(WarArchive theWarArchive)