Package net.datenwerke.rs
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.
-
Constructor Summary
Constructors -
Method Summary
-
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:
IOExceptionServletException
-
init
public void init(FilterConfig arg0) throws ServletException - Throws:
ServletException
-