com.atlassian.gzipfilter.selector
Class UrlRewriteGzipCompatibilitySelector

java.lang.Object
  extended by com.atlassian.gzipfilter.selector.UrlRewriteGzipCompatibilitySelector
All Implemented Interfaces:
GzipCompatibilitySelector

public class UrlRewriteGzipCompatibilitySelector
extends java.lang.Object
implements GzipCompatibilitySelector


Constructor Summary
UrlRewriteGzipCompatibilitySelector(org.tuckey.web.filters.urlrewrite.UrlRewriter rewriter, javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 boolean shouldGzip()
           
 boolean shouldGzip(java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlRewriteGzipCompatibilitySelector

public UrlRewriteGzipCompatibilitySelector(org.tuckey.web.filters.urlrewrite.UrlRewriter rewriter,
                                           javax.servlet.http.HttpServletRequest request)
Method Detail

shouldGzip

public boolean shouldGzip(java.lang.String contentType)
Specified by:
shouldGzip in interface GzipCompatibilitySelector

shouldGzip

public boolean shouldGzip()
Specified by:
shouldGzip in interface GzipCompatibilitySelector


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.