Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment » [javadoc | source]
org.apache.cactus.integration.ant.deployment
public class: WarParser [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.deployment.WarParser
Parse an WAR descriptor to extract meaninful information for Cactus, the results being stored in a WarDeployableFile object.
Method from org.apache.cactus.integration.ant.deployment.WarParser Summary:
parse,   parseFilterRedirectorMapping,   parseJspRedirectorMapping,   parseServletRedirectorMapping,   parseWebContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.deployment.WarParser Detail:
 public static final WarDeployableFile parse(File theDeployableFile) 
    Parse an WAR descriptor to extract meaninful information for Cactus.
 static String parseFilterRedirectorMapping(WarArchive theWar) throws IOException, SAXException, ParserConfigurationException 
    Find the first URL-pattern to which the Cactus filter redirector is mapped in the deployment descriptor.
 static String parseJspRedirectorMapping(WarArchive theWar) throws IOException, SAXException, ParserConfigurationException 
    Find the first URL-pattern to which the Cactus JSP redirector is mapped in the deployment descriptor.
 static String parseServletRedirectorMapping(WarArchive theWar) throws IOException, SAXException, ParserConfigurationException 
    Find the first URL-pattern to which the Cactus servlet redirector is mapped in the deployment descriptor.
 protected static String parseWebContext(File theDeployableFile)