public class CacheControlInterceptor extends Object implements PostProcessInterceptor, AcceptedByMethod
| Modifier and Type | Field and Description |
|---|---|
protected CacheControl |
cacheControl |
| Constructor and Description |
|---|
CacheControlInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class declaring,
Method method) |
protected void |
initCacheControl(Cache methodCached) |
protected void |
initCacheControl(NoCache value) |
void |
postProcess(ServerResponse response) |
protected CacheControl cacheControl
public boolean accept(Class declaring, Method method)
accept in interface AcceptedByMethodprotected void initCacheControl(Cache methodCached)
protected void initCacheControl(NoCache value)
public void postProcess(ServerResponse response)
postProcess in interface PostProcessInterceptorCopyright © 2013. All Rights Reserved.