Class JSPCacheFilter

  • All Implemented Interfaces:
    Filter

    public class JSPCacheFilter
    extends HttpFilter
    A filter, designed for JSPs, to inform web browsers not to cache the response content. The filter must be registered for each servlet path that is implemented through JSPs, for which the alias attribute looks like /my_path/*.jsp.