Uses of Interface
com.norconex.collector.http.canon.ICanonicalLinkDetector
-
Packages that use ICanonicalLinkDetector Package Description com.norconex.collector.http.canon.impl com.norconex.collector.http.crawler -
-
Uses of ICanonicalLinkDetector in com.norconex.collector.http.canon.impl
Classes in com.norconex.collector.http.canon.impl that implement ICanonicalLinkDetector Modifier and Type Class Description class
GenericCanonicalLinkDetector
Generic canonical link detector. -
Uses of ICanonicalLinkDetector in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return ICanonicalLinkDetector Modifier and Type Method Description ICanonicalLinkDetector
HttpCrawlerConfig. getCanonicalLinkDetector()
Gets the canonical link detector.Methods in com.norconex.collector.http.crawler with parameters of type ICanonicalLinkDetector Modifier and Type Method Description void
HttpCrawlerConfig. setCanonicalLinkDetector(ICanonicalLinkDetector canonicalLinkDetector)
Sets the canonical link detector.
-