Package | Description |
---|---|
org.broadleafcommerce.cms.page.service | |
org.broadleafcommerce.common.sitemap.service | |
org.broadleafcommerce.core.catalog.service |
Modifier and Type | Class and Description |
---|---|
class |
PageSiteMapGenerator
Responsible for generating site map entries for Page.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomUrlSiteMapGenerator
Responsible for generating site map entries.
|
Modifier and Type | Field and Description |
---|---|
protected List<SiteMapGenerator> |
SiteMapServiceImpl.siteMapGenerators |
Modifier and Type | Method and Description |
---|---|
protected SiteMapGenerator |
SiteMapServiceImpl.selectSiteMapGenerator(SiteMapGeneratorConfiguration smgc)
Returns the siteMapGenerator most qualified to handle the given configuration.
|
Modifier and Type | Method and Description |
---|---|
List<SiteMapGenerator> |
SiteMapServiceImpl.getSiteMapGenerators() |
Modifier and Type | Method and Description |
---|---|
void |
SiteMapServiceImpl.setSiteMapGenerators(List<SiteMapGenerator> siteMapGenerators) |
Modifier and Type | Class and Description |
---|---|
class |
CategorySiteMapGenerator
Responsible for generating site map entries for Category.
|
class |
ProductSiteMapGenerator
Responsible for generating site map entries for Product.
|
class |
SkuSiteMapGenerator
Responsible for generating site map entries for Sku.
|
Copyright © 2020. All rights reserved.