Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.core |
Modifier and Type | Method and Description |
---|---|
DeploymentManager | ServletContainer.addDeployment(DeploymentInfo deployment) |
DeploymentManager | ServletContainer.getDeployment(String deploymentName) |
DeploymentManager | ServletContainer.getDeploymentByPath(String uripath) |
Modifier and Type | Class and Description |
---|---|
class | DeploymentManagerImpl The deployment manager. |
Modifier and Type | Method and Description |
---|---|
DeploymentManager | ServletContainerImpl.addDeployment(DeploymentInfo deployment) |
DeploymentManager | ServletContainerImpl.getDeployment(String deploymentName) |
DeploymentManager | ServletContainerImpl.getDeploymentByPath(String path) |
Constructor and Description |
---|
DeploymentImpl(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.