Uses of Interface
com.norconex.crawler.web.doc.operations.url.WebUrlNormalizer
Packages that use WebUrlNormalizer
Package
Description
-
Uses of WebUrlNormalizer in com.norconex.crawler.web
Methods in com.norconex.crawler.web that return types with arguments of type WebUrlNormalizerMethod parameters in com.norconex.crawler.web with type arguments of type WebUrlNormalizerModifier and TypeMethodDescriptionWebCrawlerConfig.setUrlNormalizers(List<WebUrlNormalizer> urlNormalizers) Sets URL normalizers. -
Uses of WebUrlNormalizer in com.norconex.crawler.web.doc.operations.url
Method parameters in com.norconex.crawler.web.doc.operations.url with type arguments of type WebUrlNormalizerModifier and TypeMethodDescriptionstatic StringWebUrlNormalizer.normalizeURL(String url, List<WebUrlNormalizer> normalizers) Normalizes a URL by applying each normalizers in the list. -
Uses of WebUrlNormalizer in com.norconex.crawler.web.doc.operations.url.impl
Classes in com.norconex.crawler.web.doc.operations.url.impl that implement WebUrlNormalizerModifier and TypeClassDescriptionclassGeneric implementation ofWebUrlNormalizerthat should satisfy most URL normalization needs.