Uses of Interface
com.googlecode.webutilities.filters.common.IgnoreAcceptContext

Packages that use IgnoreAcceptContext
com.googlecode.webutilities.filters   
com.googlecode.webutilities.filters.common   
com.googlecode.webutilities.filters.compression   
com.googlecode.webutilities.modules.ne   
 

Uses of IgnoreAcceptContext in com.googlecode.webutilities.filters
 

Classes in com.googlecode.webutilities.filters that implement IgnoreAcceptContext
 class CharacterEncodingFilter
          The CharacterEncodingFilter can be used to specify a character encoding for requests in Servlet 2.3/2.4.
 class ClosureCompilerFilter
          Filter that performs minification using Google Closure Compiler
 class CompressionFilter
          Servlet Filter implementation class CompressionFilter to handle compressed requests and also respond with compressed contents supporting gzip, compress or deflate compression encoding.
 class ModulesFilter
           
static class ModulesFilter.RuleMapping
          Class that maps the rules based on URL pattern, mime type pattern or user agent string pattern.
 class ResponseCacheFilter
          The ResponseCacheFilter is implemented as Servlet Filter to enable caching of STATIC resources (JS, CSS, static HTML files)
 class YUIMinFilter
          The YUIMinFilter is implemented as Servlet Filter to enable on the fly minification of JS and CSS resources using YUICompressor.
 

Uses of IgnoreAcceptContext in com.googlecode.webutilities.filters.common
 

Classes in com.googlecode.webutilities.filters.common that implement IgnoreAcceptContext
 class AbstractFilter
          Common AbstractFilter - infra filter code to be used by other filters through inheritance

This is to have following infra init parameters to all the filter

- ignoreURLPattern - to ignore the URLs matching this regex - acceptURLPattern - to process the URLs matching this regex (ignore precedes) - ignoreMIMEPattern - to ignore if the response mime matches this regex - acceptMIMEPattern - to process if the response mime matches this regex (ignore precedes) - ignoreUAPattern - to ignore if request user agent name matches this regex - acceptUAPattern - to process if request user agent name matches this regex

This filter implements IgnoreAcceptContext with the help of above init parameters and provides easy api for inherited filters to know if given req/res to be ignored or processes.

 

Uses of IgnoreAcceptContext in com.googlecode.webutilities.filters.compression
 

Constructors in com.googlecode.webutilities.filters.compression with parameters of type IgnoreAcceptContext
CompressedHttpServletResponseWrapper(javax.servlet.http.HttpServletResponse httpResponse, EncodedStreamsFactory encodedStreamsFactory, String contentEncoding, int threshold, IgnoreAcceptContext ignoreAcceptContext)
           
 

Uses of IgnoreAcceptContext in com.googlecode.webutilities.modules.ne
 

Classes in com.googlecode.webutilities.modules.ne that implement IgnoreAcceptContext
 class NewModulesFilter
           
static class NewModulesFilter.RulesMapping
          Class that maps the rules based on URL pattern, mime type pattern or user agent string pattern.
 



Copyright © 2011. All Rights Reserved.