@Deprecated public class SimpleCacheFilter extends Object implements Filter
Modifier and Type | Field and Description |
---|---|
static DateFormat |
HTTP_EXPIRES_DATE_FORMAT
Deprecated.
|
Constructor and Description |
---|
SimpleCacheFilter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
addCacheHeader(HttpServletResponse httpResponse,
String cacheTime)
Deprecated.
|
void |
destroy()
Deprecated.
|
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Deprecated.
|
void |
init(FilterConfig conf)
Deprecated.
|
public static final DateFormat HTTP_EXPIRES_DATE_FORMAT
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
doFilter
in interface Filter
IOException
ServletException
public static void addCacheHeader(HttpServletResponse httpResponse, String cacheTime)
public void init(FilterConfig conf) throws ServletException
init
in interface Filter
ServletException
Copyright © 2013 Nuxeo SA. All Rights Reserved.