Uses of Interface
com.norconex.collector.http.canon.ICanonicalLinkDetector
Packages that use ICanonicalLinkDetector
-
Uses of ICanonicalLinkDetector in com.norconex.collector.http.canon.impl
Classes in com.norconex.collector.http.canon.impl that implement ICanonicalLinkDetectorModifier and TypeClassDescriptionclassGeneric canonical link detector. -
Uses of ICanonicalLinkDetector in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return ICanonicalLinkDetectorModifier and TypeMethodDescriptionHttpCrawlerConfig.getCanonicalLinkDetector()Gets the canonical link detector.Methods in com.norconex.collector.http.crawler with parameters of type ICanonicalLinkDetectorModifier and TypeMethodDescriptionvoidHttpCrawlerConfig.setCanonicalLinkDetector(ICanonicalLinkDetector canonicalLinkDetector) Sets the canonical link detector.