Package | Description |
---|---|
org.wso2.carbon.webapp.mgt |
Modifier and Type | Field and Description |
---|---|
protected List<WebContextParameter> |
AbstractWebappDeployer.servletContextParameters |
Modifier and Type | Method and Description |
---|---|
void |
TomcatGenericWebappsDeployer.deploy(File webappFile,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners)
Deploy webapps
|
protected void |
TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(File webappDir,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners)
Handle the deployment of a an exploded webapp.
|
protected void |
TomcatGenericWebappsDeployer.handleHotDeployment(File webapp,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners)
Hot deploy a webapp.
|
protected void |
TomcatGenericWebappsDeployer.handleHotUpdate(WebApplication webApplication,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners)
Hot update an existing webapp.
|
protected void |
TomcatGenericWebappsDeployer.handleWarWebappDeployment(File webappWAR,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners)
Handle the deployment of a an archive webapp.
|
protected void |
TomcatGenericWebappsDeployer.handleWebappDeployment(File webappFile,
String contextStr,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners) |
protected void |
TomcatGenericWebappsDeployer.handleZipWebappDeployment(File webapp,
List<WebContextParameter> webContextParams,
List<Object> applicationEventListeners) |
void |
WebApplication.setServletContextParameters(List<WebContextParameter> parameters)
Set ServletContext parameters for this webapp
|
Copyright © 2019 WSO2. All rights reserved.