Constructor and Description |
---|
ResponseHeadersFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest req,
ServletResponse res,
FilterChain chain)
Stelt extra responseheaders in.
|
void |
init(FilterConfig filterConfig) |
public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
req
- het requestres
- de responsechain
- de filter chainIOException
- Signals that an I/O exception has occurred.ServletException
- the servlet exceptionFilter.doFilter(javax.servlet.ServletRequest,
javax.servlet.ServletResponse, javax.servlet.FilterChain)
public void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
ServletException
Copyright © 2012–2014 Ministerie EZ. All rights reserved.