Class CacheControlFilter

  • All Implemented Interfaces:
    Filter

    public final class CacheControlFilter
    extends Object
    implements Filter
    This is a filter that sets the "Cache-Control" header in the http response. It can be useful in a development environment to, for example, disable caching of *.js and *.css files. See example in the web.xml file.
    Since:
    3.1
    Author:
    Nicklas
    Last modified
    $Date: 2011-12-07 14:43:15 +0100 (on, 07 dec 2011) $