| Modifier and Type | Method and Description | 
|---|---|
| void | PageSiteMapGenerator. addSiteMapEntries(SiteMapGeneratorConfiguration smgc,
                 SiteMapBuilder siteMapBuilder) | 
| protected String | PageSiteMapGenerator. generateUri(SiteMapBuilder smb,
           Page page) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SiteMapGenerator. 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. | 
| void | CustomUrlSiteMapGenerator. addSiteMapEntries(SiteMapGeneratorConfiguration smgc,
                 SiteMapBuilder siteMapBuilder) | 
| protected String | CustomUrlSiteMapGenerator. generateUri(SiteMapBuilder smb,
           SiteMapUrlEntry urlEntry) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CategorySiteMapGenerator. addCategorySiteMapEntries(Category parentCategory,
                         int currentDepth,
                         CategorySiteMapGeneratorConfiguration categorySMGC,
                         SiteMapBuilder siteMapBuilder) | 
| void | SkuSiteMapGenerator. addSiteMapEntries(SiteMapGeneratorConfiguration smgc,
                 SiteMapBuilder siteMapBuilder) | 
| void | CategorySiteMapGenerator. addSiteMapEntries(SiteMapGeneratorConfiguration smgc,
                 SiteMapBuilder siteMapBuilder) | 
| void | ProductSiteMapGenerator. addSiteMapEntries(SiteMapGeneratorConfiguration smgc,
                 SiteMapBuilder siteMapBuilder) | 
| protected void | CategorySiteMapGenerator. constructImageURLs(SiteMapBuilder siteMapBuilder,
                  SiteMapURLWrapper siteMapUrl,
                  Category category) | 
| protected void | ProductSiteMapGenerator. constructImageURLs(SiteMapBuilder siteMapBuilder,
                  SiteMapURLWrapper siteMapUrl,
                  Product product) | 
| protected void | SkuSiteMapGenerator. constructImageURLs(SiteMapBuilder siteMapBuilder,
                  SiteMapURLWrapper siteMapUrl,
                  Sku sku) | 
| protected void | CategorySiteMapGenerator. constructSiteMapURLs(CategorySiteMapGeneratorConfiguration categorySMGC,
                    SiteMapBuilder siteMapBuilder,
                    Category category) | 
| protected String | ProductSiteMapGenerator. generateUri(SiteMapBuilder smb,
           Product product) | 
| protected String | SkuSiteMapGenerator. generateUri(SiteMapBuilder smb,
           Sku sku) | 
| protected String | CategorySiteMapGenerator. generateUrl(SiteMapBuilder siteMapBuilder,
           Category category,
           int pageNumber) | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | BroadleafSitemapUtils. generateImageUrl(SiteMapBuilder siteMapBuilder,
                Media media) | 
Copyright © 2020. All rights reserved.