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 AcceptedByMethod
protected void initCacheControl(Cache methodCached)
protected void initCacheControl(NoCache value)
public void postProcess(ServerResponse response)
postProcess
in interface PostProcessInterceptor
Copyright © 2013. All Rights Reserved.