com.atlassian.confluence.core.actions
Interface HttpCacheValidatable


public interface HttpCacheValidatable

Actions that wish to be served to browsers/clients with http cache validation headers (Last-Modified and etag) should implement this interface.

For expiration headers see UrlRewriteFilter.

Since:
3.1
See Also:
LastModifiedInterceptor, LastModifiedHandler

Method Summary
 com.atlassian.plugin.servlet.util.LastModifiedHandler getLastModifiedHandler()
           
 

Method Detail

getLastModifiedHandler

com.atlassian.plugin.servlet.util.LastModifiedHandler getLastModifiedHandler()


Copyright © 2003-2012 Atlassian. All Rights Reserved.