Class DefaultFilterPipeline

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroyPipeline()  
      void dispatch​(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain proceedingFilterChain)  
      void initPipeline​(javax.servlet.ServletContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultFilterPipeline

        @Inject
        DefaultFilterPipeline()
    • Method Detail

      • initPipeline

        public void initPipeline​(javax.servlet.ServletContext context)
        Specified by:
        initPipeline in interface FilterPipeline
      • dispatch

        public void dispatch​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain proceedingFilterChain)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        dispatch in interface FilterPipeline
        Throws:
        java.io.IOException
        javax.servlet.ServletException