Class Summary |
BasicUrlNormalizer |
Converts URLs to a normal form . |
PrefixURLFilter |
Filters URLs based on a file of URL prefixes. |
RegexURLFilter |
Filters URLs based on a file of regular expressions. |
RegexUrlNormalizer |
Allows users to do regex substitutions on all/any URLs that are encountered, which
is useful for stripping session IDs from URLs. |
URLFilterFactory |
Factory to create a URLFilter from "urlfilter.class" config property. |
UrlNormalizerFactory |
Factory to create a UrlNormalizer from "urlnormalizer.class" config property. |