Class EmptyBodyFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class EmptyBodyFilter
    extends java.lang.Object
    implements javax.servlet.Filter
    Author:
    Tassilo Weidner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.regex.Pattern CONTENT_TYPE_JSON_PATTERN  
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyBodyFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void doFilter​(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp, javax.servlet.FilterChain chain)  
      void init​(javax.servlet.FilterConfig filterConfig)  
      • Methods inherited from class java.lang.Object

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

      • CONTENT_TYPE_JSON_PATTERN

        protected static final java.util.regex.Pattern CONTENT_TYPE_JSON_PATTERN
    • Constructor Detail

      • EmptyBodyFilter

        public EmptyBodyFilter()
    • Method Detail

      • doFilter

        public void doFilter​(javax.servlet.ServletRequest req,
                             javax.servlet.ServletResponse resp,
                             javax.servlet.FilterChain chain)
                      throws java.io.IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.Filter
        Throws:
        java.io.IOException
        javax.servlet.ServletException
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Filter
      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Filter
        Throws:
        javax.servlet.ServletException