Package io.undertow.servlet.api
Interface ServletContainer
- All Known Implementing Classes:
ServletContainerImpl
public interface ServletContainer
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddDeployment(DeploymentInfo deployment) getDeployment(String deploymentName) getDeploymentByPath(String uripath) voidremoveDeployment(DeploymentInfo deploymentInfo)
-
Method Details
-
listDeployments
Collection<String> listDeployments()- Returns:
- The names of the deployments in this container
-
addDeployment
-
getDeployment
-
removeDeployment
-
getDeploymentByPath
-