Deployment
public 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 Deployment
public ManagedServlets getServlets()
getServlets
in interface Deployment
public ManagedFilters getFilters()
getFilters
in interface Deployment
public DeploymentInfo getDeploymentInfo()
getDeploymentInfo
in interface Deployment
public ApplicationListeners getApplicationListeners()
getApplicationListeners
in interface Deployment
public ServletContextImpl getServletContext()
getServletContext
in interface Deployment
public io.undertow.server.HttpHandler getHandler()
getHandler
in interface Deployment
public void setInitialHandler(io.undertow.server.HttpHandler initialHandler)
public java.util.List<Lifecycle> getLifecycleObjects()
public ServletPathMatches getServletPaths()
getServletPaths
in interface Deployment
public <C,T> ThreadSetupHandler.Action<C,T> createThreadSetupAction(ThreadSetupHandler.Action<C,T> target)
createThreadSetupAction
in interface Deployment
public ThreadSetupAction getThreadSetupAction()
getThreadSetupAction
in interface Deployment
public ErrorPages getErrorPages()
getErrorPages
in interface Deployment
public void setErrorPages(ErrorPages errorPages)
public java.util.Map<java.lang.String,java.lang.String> getMimeExtensionMappings()
getMimeExtensionMappings
in interface Deployment
public void setMimeExtensionMappings(java.util.Map<java.lang.String,java.lang.String> mimeExtensionMappings)
public ServletDispatcher getServletDispatcher()
getServletDispatcher
in interface Deployment
public io.undertow.server.session.SessionManager getSessionManager()
getSessionManager
in interface Deployment
public java.util.concurrent.Executor getExecutor()
getExecutor
in interface Deployment
public java.util.concurrent.Executor getAsyncExecutor()
getAsyncExecutor
in interface Deployment
public java.nio.charset.Charset getDefaultCharset()
getDefaultCharset
in interface Deployment
public void setAuthenticationMechanisms(java.util.List<io.undertow.security.api.AuthenticationMechanism> authenticationMechanisms)
public java.util.List<io.undertow.security.api.AuthenticationMechanism> getAuthenticationMechanisms()
getAuthenticationMechanisms
in interface Deployment
public DeploymentManager.State getDeploymentState()
getDeploymentState
in interface Deployment
public void setDefaultCharset(java.nio.charset.Charset defaultCharset)
Copyright © 2018. All rights reserved.