Class ServletContainerDispatcher

java.lang.Object
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher

public class ServletContainerDispatcher extends Object
Helper/delegate class to unify Servlet and Filter dispatcher implementations
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • ServletContainerDispatcher

      public ServletContainerDispatcher(jakarta.servlet.ServletConfig servletConfig)
    • ServletContainerDispatcher

      public ServletContainerDispatcher()
  • Method Details

    • getDispatcher

      public Dispatcher getDispatcher()
    • init

      public void init(jakarta.servlet.ServletContext servletContext, ConfigurationBootstrap bootstrap, HttpRequestFactory requestFactory, HttpResponseFactory responseFactory) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • destroy

      public void destroy()
    • processApplication

      protected void processApplication(jakarta.ws.rs.core.Application config)
    • setDispatcher

      public void setDispatcher(Dispatcher dispatcher)
    • service

      public void service(String httpMethod, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, boolean handleNotFound) throws IOException, jakarta.ws.rs.NotFoundException
      Throws:
      IOException
      jakarta.ws.rs.NotFoundException