public class DeploymentImpl extends Object implements Deployment
Classes calling deployment methods during bootstrap must be aware of ordering concerns.
Constructor and Description |
---|
DeploymentImpl(DeploymentManager deploymentManager, DeploymentInfo deploymentInfo, ServletContainer servletContainer) |
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 HttpHandler getHandler()
getHandler
in interface Deployment
public void setInitialHandler(HttpHandler initialHandler)
public ServletPathMatches getServletPaths()
getServletPaths
in interface Deployment
public CompositeThreadSetupAction getThreadSetupAction()
getThreadSetupAction
in interface Deployment
public void setThreadSetupAction(CompositeThreadSetupAction threadSetupAction)
public ErrorPages getErrorPages()
getErrorPages
in interface Deployment
public void setErrorPages(ErrorPages errorPages)
public Map<String,String> getMimeExtensionMappings()
getMimeExtensionMappings
in interface Deployment
public void setMimeExtensionMappings(Map<String,String> mimeExtensionMappings)
public ServletDispatcher getServletDispatcher()
getServletDispatcher
in interface Deployment
public SessionManager getSessionManager()
getSessionManager
in interface Deployment
public Executor getExecutor()
getExecutor
in interface Deployment
public Executor getAsyncExecutor()
getAsyncExecutor
in interface Deployment
public Charset getDefaultCharset()
getDefaultCharset
in interface Deployment
public void setAuthenticationMechanisms(List<AuthenticationMechanism> authenticationMechanisms)
public List<AuthenticationMechanism> getAuthenticationMechanisms()
getAuthenticationMechanisms
in interface Deployment
public DeploymentManager.State getDeploymentState()
getDeploymentState
in interface Deployment
public void setDefaultCharset(Charset defaultCharset)
Copyright © 2015 JBoss by Red Hat. All rights reserved.