|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebApplication | |
---|---|
org.jboss.web.deployers |
Uses of WebApplication in org.jboss.web.deployers |
---|
Methods in org.jboss.web.deployers that return WebApplication | |
---|---|
WebApplication |
AbstractWarDeployer.getDeployedApp(String warUrl)
Get the WebApplication object for a deployed war. |
WebApplication |
AbstractWarDeployer.removeDeployedApp(String warURL)
|
WebApplication |
AbstractWarDeployment.start(org.jboss.deployers.structure.spi.DeploymentUnit unit,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData)
A template pattern implementation of the deploy() method. |
Methods in org.jboss.web.deployers with parameters of type WebApplication | |
---|---|
void |
AbstractWarDeployer.addDeployedApp(String warURL,
WebApplication webApp)
|
protected abstract void |
AbstractWarDeployment.performDeploy(WebApplication webApp,
String warUrlStr)
This method is called by the start() method template and must be overriden by subclasses to perform the web container specific deployment steps. |
protected abstract void |
AbstractWarDeployment.performUndeploy(WebApplication webApp,
String warUrlStr)
Called as part of the stop() method template to ask the subclass for perform the web container specific undeployment steps. |
protected void |
AbstractWarDeployment.processEnc(ClassLoader loader,
WebApplication webApp)
This method is invoked from within subclass performDeploy() method implementations when they invoke WebDescriptorParser.parseWebAppDescriptors(). |
protected void |
AbstractWarDeployment.processEncReferences(WebApplication webApp,
Context envCtx)
|
void |
AbstractWarDeployment.stop(org.jboss.deployers.structure.spi.DeploymentUnit di,
WebApplication webApp)
A template pattern implementation of the undeploy() method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |