Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
static ServletContainer | Servlets.defaultContainer() Returns the default servlet container. |
static ServletContainer | Servlets.newContainer() Creates a new servlet container. |
Modifier and Type | Method and Description |
---|---|
ServletContainer | Deployment.getServletContainer() |
static ServletContainer | ServletContainer.Factory.newInstance() |
Modifier and Type | Class and Description |
---|---|
class | ServletContainerImpl The manager for all servlet deployments. |
Modifier and Type | Method and Description |
---|---|
ServletContainer | DeploymentImpl.getServletContainer() |
Constructor and Description |
---|
DeploymentImpl(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer) |
DeploymentManagerImpl(DeploymentInfo deployment, ServletContainer servletContainer) |
Constructor and Description |
---|
ServletContextImpl(ServletContainer servletContainer, Deployment deployment) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.