A C G N P S V

A

assignCacheControlHeader(HttpServletRequest, HttpServletResponse, Object) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
Assigns a CacheControl header to the given response.

C

CacheControl - Annotation Type in net.rossillo.spring.web.mvc
Provides an HTTP 1.1 cache control header annotation for Spring MVC controller methods.
CacheControlHandlerInterceptor - Class in net.rossillo.spring.web.mvc
Provides a cache control handler interceptor to assign cache-control headers to HTTP responses.
CacheControlHandlerInterceptor() - Constructor for class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
Creates a new cache control handler interceptor.
CachePolicy - Enum in net.rossillo.spring.web.mvc
Provides an enumeration of cache control policies.
createCacheControlHeader(CacheControl) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
Returns cache control header value from the given CacheControl annotation.
createExpiresHeader(CacheControl) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
Returns an expires header value generated from the given CacheControl annotation.

G

getCacheControl(HttpServletRequest, HttpServletResponse, Object) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
Returns the CacheControl annotation specified for the given request, response and handler.

N

net.rossillo.spring.web.mvc - package net.rossillo.spring.web.mvc
Provides a Cache Control is an extension to Spring MVC that aims to simplify implementing HTTP/1.1 Cache-Control headers for annotated MVC controllers.

P

policy() - Method in enum net.rossillo.spring.web.mvc.CachePolicy
Returns the HTTP cache-control header value for this policy.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
 

S

setUseExpiresHeader(boolean) - Method in class net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor
True to set an expires header when a CacheControl annotation is present on a handler; false otherwise.

V

valueOf(String) - Static method in enum net.rossillo.spring.web.mvc.CachePolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.rossillo.spring.web.mvc.CachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.

A C G N P S V

Copyright © 2015. All rights reserved.