List of usage examples for javax.servlet Filter subclass-usage
From source file net.sf.ehcache.constructs.web.filter.GzipFilter.java
/**
* Provides GZIP compression of responses.
* <p/>
* See the filter-mappings.xml entry for the gzip filter for the URL patterns
* which will be gzipped. At present this includes .jsp, .js and .css.
* <p/>
From source file net.sf.ehcache.constructs.web.filter.CachingFilter.java
/**
* An abstract CachingFilter.
* <p/>
* This class should be sub-classed for each page to be cached.
* <p/>
* The filters must be declared in the web.xml deployment descriptor. Then a mapping from a web resource,