Uses of Interface
io.undertow.servlet.api.DeploymentManager
-
Packages that use DeploymentManager Package Description io.undertow.servlet.api io.undertow.servlet.core -
-
Uses of DeploymentManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return DeploymentManager Modifier and Type Method Description DeploymentManager
ServletContainer. addDeployment(DeploymentInfo deployment)
DeploymentManager
ServletContainer. getDeployment(java.lang.String deploymentName)
DeploymentManager
ServletContainer. getDeploymentByPath(java.lang.String uripath)
-
Uses of DeploymentManager in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement DeploymentManager Modifier and Type Class Description class
DeploymentManagerImpl
The deployment manager.Methods in io.undertow.servlet.core that return DeploymentManager Modifier and Type Method Description DeploymentManager
ServletContainerImpl. addDeployment(DeploymentInfo deployment)
DeploymentManager
ServletContainerImpl. getDeployment(java.lang.String deploymentName)
DeploymentManager
ServletContainerImpl. getDeploymentByPath(java.lang.String path)
Constructors in io.undertow.servlet.core with parameters of type DeploymentManager Constructor Description DeploymentImpl(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer)
-