Class NoCacheFilter

java.lang.Object
net.datenwerke.rs.NoCacheFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class NoCacheFilter extends Object
  • Constructor Details

    • NoCacheFilter

      public NoCacheFilter()
  • Method Details

    • destroy

      public void destroy()
    • doFilter

      public void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException, ServletException
      Throws:
      IOException
      ServletException
    • init

      public void init(FilterConfig arg0) throws ServletException
      Throws:
      ServletException