public interface ServletContainer
Modifier and Type | Interface and Description |
---|---|
static class | ServletContainer.Factory |
Modifier and Type | Method and Description |
---|---|
DeploymentManager | addDeployment(DeploymentInfo deployment) |
DeploymentManager | getDeployment(String deploymentName) |
DeploymentManager | getDeploymentByPath(String uripath) |
Collection<String> | listDeployments() |
void | removeDeployment(DeploymentInfo deploymentInfo) |
Collection<String> listDeployments()
DeploymentManager addDeployment(DeploymentInfo deployment)
DeploymentManager getDeployment(String deploymentName)
void removeDeployment(DeploymentInfo deploymentInfo)
DeploymentManager getDeploymentByPath(String uripath)
Copyright © 2020 JBoss by Red Hat. All rights reserved.