| Package | Description |
|---|---|
| com.redfin.sitemapgenerator |
How to use SitemapGen4j
|
| Modifier and Type | Method and Description |
|---|---|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrl(SitemapIndexUrl
Adds a single sitemap to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrl(String
Adds a single sitemap to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrl(String
Adds a single sitemap to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrl(URL
Adds a single sitemap to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrl(URL
Adds a single sitemap to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrls(Iterable
Add multiple sitemaps to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrls(SitemapIndexUrl
Add multiple sitemaps to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrls(String
Add multiple sitemaps to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrls(String
Add a numbered list of sitemaps to the index, e.g.
|
SitemapIndexGenerator |
SitemapIndexGenerator.addUrls(URL
Add multiple sitemaps to the index
|
SitemapIndexGenerator |
SitemapIndexGenerator.Options.build()
Constructs a sitemap index generator configured with the options you specified
|