Uses of Interface
io.undertow.servlet.api.ServletContainer
-
Packages that use ServletContainer Package Description io.undertow.servlet io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.spec -
-
Uses of ServletContainer in io.undertow.servlet
Methods in io.undertow.servlet that return ServletContainer Modifier and Type Method Description static 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 ServletContainer Modifier and Type Method Description ServletContainer
Deployment. getServletContainer()
static ServletContainer
ServletContainer.Factory. newInstance()
-
Uses of ServletContainer in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement ServletContainer Modifier and Type Class Description class
ServletContainerImpl
The manager for all servlet deployments.Methods in io.undertow.servlet.core that return ServletContainer Modifier and Type Method Description ServletContainer
DeploymentImpl. getServletContainer()
Constructors in io.undertow.servlet.core with parameters of type ServletContainer Constructor Description DeploymentImpl(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 ServletContainer Constructor Description ServletContextImpl(ServletContainer servletContainer, Deployment deployment)
-