public abstract class SitemapURLAdder extends Object
Represents a queue of sitemap URLs. Adding a URL to this queue will effectively mark it for processing.
Default priority value and allowed change frequency values are taken from http://www.sitemaps.org/protocol.html
ISitemapResolver| Modifier and Type | Field and Description | 
|---|---|
| static Float | DEFAULT_PRIORITY | 
| Constructor and Description | 
|---|
| SitemapURLAdder() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | add(HttpCrawlData baseURL) | 
| void | add(String url,
   Long lastmod,
   SitemapChangeFrequency changefreq,
   Float priority) | 
public static final Float DEFAULT_PRIORITY
public void add(String url, Long lastmod, SitemapChangeFrequency changefreq, Float priority)
public abstract void add(HttpCrawlData baseURL)
Copyright © 2009–2021 Norconex Inc.. All rights reserved.