Uses of Class
org.jboss.web.WebApplication

Packages that use WebApplication
org.jboss.web Package description goes here
 

Uses of WebApplication in org.jboss.web
 

Methods in org.jboss.web that return WebApplication
 WebApplication AbstractWebContainer.getDeployedApp(String warUrl)
          Get the WebApplication object for a deployed war.
 WebApplication AbstractWebContainer.removeDeployedApp(URL warURL)
           
 WebApplication AbstractWebDeployer.start(org.jboss.deployment.DeploymentInfo di)
          A template pattern implementation of the deploy() method.
 

Methods in org.jboss.web with parameters of type WebApplication
 void AbstractWebContainer.addDeployedApp(URL warURL, WebApplication webApp)
           
protected abstract  void AbstractWebDeployer.performDeploy(WebApplication webApp, String warUrl, AbstractWebContainer.WebDescriptorParser webAppParser)
          This method is called by the deploy() method template and must be overriden by subclasses to perform the web container specific deployment steps.
protected abstract  void AbstractWebDeployer.performUndeploy(String warUrl, WebApplication webApp)
          Called as part of the undeploy() method template to ask the subclass for perform the web container specific undeployment steps.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.