public interface SiteMapGenerator
Modifier and Type | Method and Description |
---|---|
void |
addSiteMapEntries(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration,
SiteMapBuilder siteMapBuilder)
Typically, the generator will loop through and build a list of URLs to add to the sitemap by calling
methods on the SiteMapBuilder.
|
boolean |
canHandleSiteMapConfiguration(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration)
Returns true if this SiteMapGenerator is able to process the passed in siteMapGeneratorConfiguration.
|
boolean canHandleSiteMapConfiguration(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration)
siteMapGeneratorConfiguration
- void addSiteMapEntries(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration, SiteMapBuilder siteMapBuilder)
siteMapGeneratorConfiguration
- siteMapBuilder
- Copyright © 2022. All rights reserved.