Class GafferHeaderFilter

  • All Implemented Interfaces:
    javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

    @Component
    public class GafferHeaderFilter
    extends org.springframework.web.filter.OncePerRequestFilter
    Filter which adds the Gaffer headers to every response
    • Field Summary

      • Fields inherited from class org.springframework.web.filter.OncePerRequestFilter

        ALREADY_FILTERED_SUFFIX
    • Method Summary

      • Methods inherited from class org.springframework.web.filter.OncePerRequestFilter

        doFilter
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        afterPropertiesSet, destroy, getEnvironment, getFilterConfig, init, setBeanName, setEnvironment, setServletContext
    • Constructor Detail

      • GafferHeaderFilter

        public GafferHeaderFilter()