Package org.teamapps.ux.servlet
Class DownloadHttpHeaderFilter
java.lang.Object
org.teamapps.ux.servlet.DownloadHttpHeaderFilter
- All Implemented Interfaces:
javax.servlet.Filter
public class DownloadHttpHeaderFilter
extends java.lang.Object
implements javax.servlet.Filter
-
Constructor Summary
Constructors Constructor Description DownloadHttpHeaderFilter() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DownloadHttpHeaderFilter
public DownloadHttpHeaderFilter()
-
-
Method Details
-
doFilter
public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletException- Specified by:
doFilterin interfacejavax.servlet.Filter- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroyin interfacejavax.servlet.Filter
-
init
public void init(javax.servlet.FilterConfig arg0) throws javax.servlet.ServletException- Specified by:
initin interfacejavax.servlet.Filter- Throws:
javax.servlet.ServletException
-