public final class CacheControlFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
private String |
cacheControl |
Constructor and Description |
---|
CacheControlFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig config) |
private String cacheControl
public void init(FilterConfig config)
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException