|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CacheControl in net.rossillo.spring.web.mvc |
|---|
| Methods in net.rossillo.spring.web.mvc that return CacheControl | |
|---|---|
protected CacheControl |
CacheControlHandlerInterceptor.getCacheControl(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler)
Returns the CacheControl annotation specified for the
given request, response and handler. |
| Methods in net.rossillo.spring.web.mvc with parameters of type CacheControl | |
|---|---|
protected String |
CacheControlHandlerInterceptor.createCacheControlHeader(CacheControl cacheControl)
Returns cache control header value from the given CacheControl
annotation. |
protected long |
CacheControlHandlerInterceptor.createExpiresHeader(CacheControl cacheControl)
Returns an expires header value generated from the given CacheControl annotation. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||