
| 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 Filterreq - 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 FilterServletExceptionCopyright © 2012–2014 Ministerie EZ. All rights reserved.