|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.gzipfilter.selector.PatternMatcher
public class PatternMatcher
This class may be called by multiple threads - it is internally synchronised.
| Constructor Summary | |
|---|---|
PatternMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.String contentType,
java.lang.String mimeTypesToGzip)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatternMatcher()
| Method Detail |
|---|
public boolean matches(java.lang.String contentType,
java.lang.String mimeTypesToGzip)
contentType - The content type to matchmimeTypesToGzip - A comma separated list of regular expressions to match against
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||