Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionThis method performs two operations, which is setting the response headers and checking the cache headers.
In the future the method
LastModifiedHandler.isNotCacheableResponse(HttpServletRequest)should be used for the check.In the future the method
LastModifiedHandler.setCacheHeadersIfCacheable(HttpServletRequest, HttpServletResponse)should be used to defined the response headers.In the future the method
LastModifiedHandler.isNotCacheableResponse(HttpServletRequest)should be used for the check for a better naming convention.