Package | Description |
---|---|
org.wso2.carbon.webapp.mgt | |
org.wso2.carbon.webapp.mgt.utils |
Modifier and Type | Field and Description |
---|---|
protected TomcatGenericWebappsDeployer |
AbstractWebappDeployer.tomcatWebappDeployer |
Modifier and Type | Method and Description |
---|---|
protected abstract TomcatGenericWebappsDeployer |
AbstractWebappDeployer.createTomcatGenericWebappDeployer(String webContextPrefix,
int tenantId,
String tenantDomain) |
TomcatGenericWebappsDeployer |
WebApplication.getTomcatGenericWebappsDeployer() |
Modifier and Type | Method and Description |
---|---|
static Map<String,TomcatGenericWebappsDeployer> |
TomcatUtil.getWebappsDeployers()
Retrieve the list of registered webapps deployers
|
Modifier and Type | Method and Description |
---|---|
static void |
TomcatUtil.addWebappsDeployer(String webappsDir,
TomcatGenericWebappsDeployer webappsDeployer)
Add a TomcatGenericWebappsDeployer
|
Constructor and Description |
---|
WebApplication(TomcatGenericWebappsDeployer tomcatGenericWebappsDeployer,
org.apache.catalina.Context context,
File webappFile) |
Modifier and Type | Method and Description |
---|---|
static WebApplication |
GhostWebappDeployerUtils.addGhostWebApp(File ghostFile,
File originalFile,
TomcatGenericWebappsDeployer applicationDeployer,
org.apache.axis2.context.ConfigurationContext configContext)
Creates the Ghost webapplication by reading the ghost metadata file.
|
Copyright © 2018 WSO2. All rights reserved.