Uses of Interface
com.norconex.collector.http.url.IURLNormalizer
Packages that use IURLNormalizer
Package
Description
-
Uses of IURLNormalizer in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return IURLNormalizerModifier and TypeMethodDescriptionHttpCrawlerConfig.getUrlNormalizer()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.norconex.collector.http.crawler that return types with arguments of type IURLNormalizerMethods in com.norconex.collector.http.crawler with parameters of type IURLNormalizerModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.setUrlNormalizer(IURLNormalizer urlNormalizer) Deprecated, for removal: This API element is subject to removal in a future version.Since 3.1.0, useHttpCrawlerConfig.setUrlNormalizers(List)instead.Method parameters in com.norconex.collector.http.crawler with type arguments of type IURLNormalizerModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.setUrlNormalizers(List<IURLNormalizer> urlNormalizers) Sets URL normalizers. -
Uses of IURLNormalizer in com.norconex.collector.http.url
Method parameters in com.norconex.collector.http.url with type arguments of type IURLNormalizerModifier and TypeMethodDescriptionstatic StringIURLNormalizer.normalizeURL(String url, List<IURLNormalizer> normalizers) Normalizes a URL by applying each normalizers in the list. -
Uses of IURLNormalizer in com.norconex.collector.http.url.impl
Classes in com.norconex.collector.http.url.impl that implement IURLNormalizerModifier and TypeClassDescriptionclassGeneric implementation ofIURLNormalizerthat should satisfy most URL normalization needs.
HttpCrawlerConfig.getUrlNormalizers()instead.