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 classGenericCanonicalLinkDetectorGeneric 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 ICanonicalLinkDetectorHttpCrawlerConfig. getCanonicalLinkDetector()Gets the canonical link detector.Methods in com.norconex.collector.http.crawler with parameters of type ICanonicalLinkDetector Modifier and Type Method Description voidHttpCrawlerConfig. setCanonicalLinkDetector(ICanonicalLinkDetector canonicalLinkDetector)Sets the canonical link detector.
-