Class ServletContainerDispatcher


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

      • ServletContainerDispatcher

        public ServletContainerDispatcher​(javax.servlet.ServletConfig servletConfig)
      • ServletContainerDispatcher

        public ServletContainerDispatcher()
    • Method Detail

      • getDispatcher

        public Dispatcher getDispatcher()
      • destroy

        public void destroy()
      • processApplication

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

        public void setDispatcher​(Dispatcher dispatcher)
      • service

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