Uses of Interface
com.norconex.collector.http.handler.IURLNormalizer

Packages that use IURLNormalizer
com.norconex.collector.http.crawler   
com.norconex.collector.http.handler.impl   
 

Uses of IURLNormalizer in com.norconex.collector.http.crawler
 

Methods in com.norconex.collector.http.crawler that return IURLNormalizer
 IURLNormalizer HttpCrawlerConfig.getUrlNormalizer()
           
 

Methods in com.norconex.collector.http.crawler with parameters of type IURLNormalizer
 void HttpCrawlerConfig.setUrlNormalizer(IURLNormalizer urlNormalizer)
           
 

Uses of IURLNormalizer in com.norconex.collector.http.handler.impl
 

Classes in com.norconex.collector.http.handler.impl that implement IURLNormalizer
 class GenericURLNormalizer
           Generic implementation of IURLNormalizer that should satisfy most URL normalization needs.
 



Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.