Uses of Interface
io.undertow.servlet.api.ServletContainer
Packages that use ServletContainer
Package
Description
-
Uses of ServletContainer in io.undertow.servlet
Methods in io.undertow.servlet that return ServletContainerModifier and TypeMethodDescriptionstatic ServletContainer
Servlets.defaultContainer()
Returns the default servlet container.static ServletContainer
Servlets.newContainer()
Creates a new servlet container. -
Uses of ServletContainer in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ServletContainerModifier and TypeMethodDescriptionDeployment.getServletContainer()
static ServletContainer
ServletContainer.Factory.newInstance()
-
Uses of ServletContainer in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement ServletContainerModifier and TypeClassDescriptionclass
The manager for all servlet deployments.Methods in io.undertow.servlet.core that return ServletContainerConstructors in io.undertow.servlet.core with parameters of type ServletContainerModifierConstructorDescriptionDeploymentImpl
(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer) DeploymentManagerImpl
(DeploymentInfo deployment, ServletContainer servletContainer) -
Uses of ServletContainer in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type ServletContainerModifierConstructorDescriptionServletContextImpl
(ServletContainer servletContainer, Deployment deployment)