public class ServletContainerDispatcher extends Object
Modifier and Type | Field and Description |
---|---|
protected ResteasyDeployment |
deployment |
protected Dispatcher |
dispatcher |
protected ResteasyProviderFactory |
providerFactory |
protected HttpRequestFactory |
requestFactory |
protected HttpResponseFactory |
responseFactory |
protected ServletConfig |
servletConfig |
Constructor and Description |
---|
ServletContainerDispatcher() |
ServletContainerDispatcher(ServletConfig servletConfig) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Dispatcher |
getDispatcher() |
void |
init(ServletContext servletContext,
ConfigurationBootstrap bootstrap,
HttpRequestFactory requestFactory,
HttpResponseFactory responseFactory) |
protected void |
processApplication(Application config) |
void |
service(String httpMethod,
HttpServletRequest request,
HttpServletResponse response,
boolean handleNotFound) |
void |
setDispatcher(Dispatcher dispatcher) |
protected Dispatcher dispatcher
protected ResteasyProviderFactory providerFactory
protected ResteasyDeployment deployment
protected HttpRequestFactory requestFactory
protected HttpResponseFactory responseFactory
protected ServletConfig servletConfig
public ServletContainerDispatcher(ServletConfig servletConfig)
public ServletContainerDispatcher()
public Dispatcher getDispatcher()
public void init(ServletContext servletContext, ConfigurationBootstrap bootstrap, HttpRequestFactory requestFactory, HttpResponseFactory responseFactory) throws ServletException
ServletException
public void destroy()
protected void processApplication(Application config)
public void setDispatcher(Dispatcher dispatcher)
public void service(String httpMethod, HttpServletRequest request, HttpServletResponse response, boolean handleNotFound) throws IOException, NotFoundException
IOException
NotFoundException
Copyright © 2021 JBoss by Red Hat. All rights reserved.