|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.gzipfilter.selector.DefaultGzipCompatibilitySelectorFactory
public class DefaultGzipCompatibilitySelectorFactory
This factory will parse the urlrewrite config file, and use that to select whether to gzip or not.
It will load the filter init param urlrewrite.configfile for the file to load rules from. If this
is not specified (or does not exist), look up /WEB-INF/urlrewrite-gzip.xml. If this is not available
then use the default config file (shipped with atlassian-gzipfilter)
com/atlassian/gzipfilter/urlrewrite-gzip-default.xml.
| Constructor Summary | |
|---|---|
DefaultGzipCompatibilitySelectorFactory()
|
|
| Method Summary | |
|---|---|
GzipCompatibilitySelector |
getSelector(javax.servlet.FilterConfig filterConfig,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultGzipCompatibilitySelectorFactory()
| Method Detail |
|---|
public GzipCompatibilitySelector getSelector(javax.servlet.FilterConfig filterConfig,
javax.servlet.http.HttpServletRequest request)
getSelector in interface GzipCompatibilitySelectorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||