站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.web.WebApplication (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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 AbstractWebDeployer.start(org.jboss.deployment.DeploymentInfo di)
          A template pattern implementation of the deploy() method.
 WebApplication AbstractWebContainer.getDeployedApp(String warUrl)
          Get the WebApplication object for a deployed war.
 WebApplication AbstractWebContainer.removeDeployedApp(URL warURL)
           
 

Methods in org.jboss.web with parameters of type WebApplication
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.
 void AbstractWebContainer.addDeployedApp(URL warURL, WebApplication webApp)
           
 



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