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 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 HttpHandler getHandler()
getHandler in interface Deploymentpublic void setInitialHandler(HttpHandler initialHandler)
public ServletPathMatches getServletPaths()
getServletPaths in interface Deploymentpublic CompositeThreadSetupAction getThreadSetupAction()
getThreadSetupAction in interface Deploymentpublic void setThreadSetupAction(CompositeThreadSetupAction threadSetupAction)
public ErrorPages getErrorPages()
getErrorPages in interface Deploymentpublic void setErrorPages(ErrorPages errorPages)
public Map<String,String> getMimeExtensionMappings()
getMimeExtensionMappings in interface Deploymentpublic void setMimeExtensionMappings(Map<String,String> mimeExtensionMappings)
public ServletDispatcher getServletDispatcher()
getServletDispatcher in interface Deploymentpublic SessionManager getSessionManager()
getSessionManager in interface Deploymentpublic Executor getExecutor()
getExecutor in interface Deploymentpublic Executor getAsyncExecutor()
getAsyncExecutor in interface DeploymentCopyright © 2013 JBoss by Red Hat. All Rights Reserved.