Uses of Interface
org.apache.nutch.net.UrlNormalizer

Packages that use UrlNormalizer
org.apache.nutch.net A url filter plugin. 
 

Uses of UrlNormalizer in org.apache.nutch.net
 

Classes in org.apache.nutch.net that implement UrlNormalizer
 class BasicUrlNormalizer
          Converts URLs to a normal form .
 class RegexUrlNormalizer
          Allows users to do regex substitutions on all/any URLs that are encountered, which is useful for stripping session IDs from URLs.
 

Methods in org.apache.nutch.net that return UrlNormalizer
static UrlNormalizer UrlNormalizerFactory.getNormalizer()
          Return the default UrlNormalizer implementation.
 



Copyright © 2006 The Apache Software Foundation