Uses of Interface
com.norconex.collector.http.sitemap.ISitemapResolver
-
-
Uses of ISitemapResolver in com.norconex.collector.http.crawler
Methods in com.norconex.collector.http.crawler that return ISitemapResolver Modifier and Type Method Description ISitemapResolver
HttpCrawler. getSitemapResolver()
ISitemapResolver
HttpCrawlerConfig. getSitemapResolver()
Methods in com.norconex.collector.http.crawler with parameters of type ISitemapResolver Modifier and Type Method Description void
HttpCrawlerConfig. setSitemapResolver(ISitemapResolver sitemapResolver)
-
Uses of ISitemapResolver in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return ISitemapResolver Modifier and Type Method Description ISitemapResolver
HttpImporterPipelineContext. getSitemapResolver()
-
Uses of ISitemapResolver in com.norconex.collector.http.pipeline.queue
Methods in com.norconex.collector.http.pipeline.queue that return ISitemapResolver Modifier and Type Method Description ISitemapResolver
HttpQueuePipelineContext. getSitemapResolver()
-
Uses of ISitemapResolver in com.norconex.collector.http.sitemap.impl
Classes in com.norconex.collector.http.sitemap.impl that implement ISitemapResolver Modifier and Type Class Description class
GenericSitemapResolver
Implementation ofISitemapResolver
as per sitemap.xml standard defined at http://www.sitemaps.org/protocol.html.
-