Deploymentpublic class DeploymentImpl extends java.lang.Object implements Deployment
Classes calling deployment methods during bootstrap must be aware of ordering concerns.
| Constructor | Description |
|---|---|
DeploymentImpl(DeploymentManager deploymentManager,
DeploymentInfo deploymentInfo,
ServletContainer servletContainer) |
| Modifier and Type | Method | Description |
|---|---|---|
<C,T> ThreadSetupHandler.Action<C,T> |
createThreadSetupAction(ThreadSetupHandler.Action<C,T> target) |
|
ApplicationListeners |
getApplicationListeners() |
|
java.util.concurrent.Executor |
getAsyncExecutor() |
|
java.util.List<io.undertow.security.api.AuthenticationMechanism> |
getAuthenticationMechanisms() |
|
java.nio.charset.Charset |
getDefaultCharset() |
|
DeploymentInfo |
getDeploymentInfo() |
|
DeploymentManager.State |
getDeploymentState() |
|
ErrorPages |
getErrorPages() |
|
java.util.concurrent.Executor |
getExecutor() |
|
ManagedFilters |
getFilters() |
|
io.undertow.server.HttpHandler |
getHandler() |
|
java.util.List<Lifecycle> |
getLifecycleObjects() |
|
java.util.Map<java.lang.String,java.lang.String> |
getMimeExtensionMappings() |
|
ServletContainer |
getServletContainer() |
|
ServletContextImpl |
getServletContext() |
|
ServletDispatcher |
getServletDispatcher() |
|
ServletPathMatches |
getServletPaths() |
|
ManagedServlets |
getServlets() |
|
io.undertow.server.session.SessionManager |
getSessionManager() |
|
ThreadSetupAction |
getThreadSetupAction() |
|
void |
setAuthenticationMechanisms(java.util.List<io.undertow.security.api.AuthenticationMechanism> authenticationMechanisms) |
|
void |
setDefaultCharset(java.nio.charset.Charset defaultCharset) |
|
void |
setErrorPages(ErrorPages errorPages) |
|
void |
setInitialHandler(io.undertow.server.HttpHandler initialHandler) |
|
void |
setMimeExtensionMappings(java.util.Map<java.lang.String,java.lang.String> mimeExtensionMappings) |
public DeploymentImpl(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer)
public ServletContainer getServletContainer()
getServletContainer in interface Deploymentpublic ManagedServlets getServlets()
getServlets in interface Deploymentpublic ManagedFilters getFilters()
getFilters in interface Deploymentpublic DeploymentInfo getDeploymentInfo()
getDeploymentInfo in interface Deploymentpublic ApplicationListeners getApplicationListeners()
getApplicationListeners in interface Deploymentpublic ServletContextImpl getServletContext()
getServletContext in interface Deploymentpublic io.undertow.server.HttpHandler getHandler()
getHandler in interface Deploymentpublic void setInitialHandler(io.undertow.server.HttpHandler initialHandler)
public java.util.List<Lifecycle> getLifecycleObjects()
public ServletPathMatches getServletPaths()
getServletPaths in interface Deploymentpublic <C,T> ThreadSetupHandler.Action<C,T> createThreadSetupAction(ThreadSetupHandler.Action<C,T> target)
createThreadSetupAction in interface Deploymentpublic ThreadSetupAction getThreadSetupAction()
getThreadSetupAction in interface Deploymentpublic ErrorPages getErrorPages()
getErrorPages in interface Deploymentpublic void setErrorPages(ErrorPages errorPages)
public java.util.Map<java.lang.String,java.lang.String> getMimeExtensionMappings()
getMimeExtensionMappings in interface Deploymentpublic void setMimeExtensionMappings(java.util.Map<java.lang.String,java.lang.String> mimeExtensionMappings)
public ServletDispatcher getServletDispatcher()
getServletDispatcher in interface Deploymentpublic io.undertow.server.session.SessionManager getSessionManager()
getSessionManager in interface Deploymentpublic java.util.concurrent.Executor getExecutor()
getExecutor in interface Deploymentpublic java.util.concurrent.Executor getAsyncExecutor()
getAsyncExecutor in interface Deploymentpublic java.nio.charset.Charset getDefaultCharset()
getDefaultCharset in interface Deploymentpublic void setAuthenticationMechanisms(java.util.List<io.undertow.security.api.AuthenticationMechanism> authenticationMechanisms)
public java.util.List<io.undertow.security.api.AuthenticationMechanism> getAuthenticationMechanisms()
getAuthenticationMechanisms in interface Deploymentpublic DeploymentManager.State getDeploymentState()
getDeploymentState in interface Deploymentpublic void setDefaultCharset(java.nio.charset.Charset defaultCharset)
Copyright © 2018. All rights reserved.