public class DeploymentImpl extends Object implements Deployment
Constructor and Description |
---|
DeploymentImpl(DeploymentInfo deploymentInfo,
ServletContainer servletContainer) |
Modifier and Type | Method and Description |
---|---|
ApplicationListeners |
getApplicationListeners() |
Executor |
getAsyncExecutor() |
DeploymentInfo |
getDeploymentInfo() |
ErrorPages |
getErrorPages() |
Executor |
getExecutor() |
ManagedFilters |
getFilters() |
HttpHandler |
getHandler() |
List<Lifecycle> |
getLifecycleObjects() |
Map<String,String> |
getMimeExtensionMappings() |
ServletContainer |
getServletContainer() |
ServletContextImpl |
getServletContext() |
ServletDispatcher |
getServletDispatcher() |
ServletPathMatches |
getServletPaths() |
ManagedServlets |
getServlets() |
SessionManager |
getSessionManager() |
CompositeThreadSetupAction |
getThreadSetupAction() |
void |
setErrorPages(ErrorPages errorPages) |
void |
setInitialHandler(HttpHandler initialHandler) |
void |
setMimeExtensionMappings(Map<String,String> mimeExtensionMappings) |
void |
setThreadSetupAction(CompositeThreadSetupAction threadSetupAction) |
public DeploymentImpl(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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.