| Package | Description |
|---|---|
| io.undertow.servlet.api | |
| io.undertow.servlet.core | |
| io.undertow.servlet.handlers | |
| io.undertow.servlet.spec |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentManager.getDeployment() |
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
SessionManagerFactory.createSessionManager(Deployment deployment) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentImpl
Class that represents the mutable state associated with a servlet deployment that is built up
during the bootstrap process.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment |
DeploymentManagerImpl.getDeployment() |
| Modifier and Type | Method and Description |
|---|---|
SessionManager |
InMemorySessionManagerFactory.createSessionManager(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
ServletRequestContext.getDeployment() |
| Constructor and Description |
|---|
ServletPathMatches(Deployment deployment) |
ServletRequestContext(Deployment deployment,
HttpServletRequestImpl originalRequest,
HttpServletResponseImpl originalResponse,
ServletPathMatch originalServletPathMatch) |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
ServletContextImpl.getDeployment() |
| Constructor and Description |
|---|
FilterRegistrationImpl(FilterInfo filterInfo,
Deployment deployment) |
ServletContextImpl(ServletContainer servletContainer,
Deployment deployment) |
ServletRegistrationImpl(ServletInfo servletInfo,
Deployment deployment) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.