|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CachingStrategy
A strategy for the AbstractCachingFilter.
matches(HttpServletRequest), the filter will call
setCachingHeaders(HttpServletResponse) for the strategy to apply the relevant caching headers.
AbstractCachingFilter| Method Summary | |
|---|---|
boolean |
matches(javax.servlet.http.HttpServletRequest request)
Returns true if the given request should be handled by this caching strategy. |
void |
setCachingHeaders(javax.servlet.http.HttpServletResponse response)
Sets the relevant caching headers for the response. |
| Method Detail |
|---|
boolean matches(javax.servlet.http.HttpServletRequest request)
void setCachingHeaders(javax.servlet.http.HttpServletResponse response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||