| Package | Description |
|---|---|
| org.broadleafcommerce.common.sitemap.domain | |
| org.broadleafcommerce.common.sitemap.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomUrlSiteMapGeneratorConfiguration
CustomSiteMapGenerator is controlled by this configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomUrlSiteMapGeneratorConfigurationImpl
CustomSiteMapGenerator is controlled by this configuration.
|
class |
SiteMapGeneratorConfigurationImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<SiteMapGeneratorConfiguration> |
SiteMapConfigurationImpl.siteMapGeneratorConfigurations |
| Modifier and Type | Method and Description |
|---|---|
List<SiteMapGeneratorConfiguration> |
SiteMapConfiguration.getSiteMapGeneratorConfigurations()
Returns the list of SiteMapGeneratorConfigurations used by this SiteMapConfiguration.
|
List<SiteMapGeneratorConfiguration> |
SiteMapConfigurationImpl.getSiteMapGeneratorConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteMapConfiguration.setSiteMapGeneratorConfigurations(List<SiteMapGeneratorConfiguration> siteMapGeneratorConfigurations)
Sets the list of SiteMapGeneratorConfigurations.
|
void |
SiteMapConfigurationImpl.setSiteMapGeneratorConfigurations(List<SiteMapGeneratorConfiguration> siteMapGeneratorConfigurations) |
| 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) |
boolean |
SiteMapGenerator.canHandleSiteMapConfiguration(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration)
Returns true if this SiteMapGenerator is able to process the passed in siteMapGeneratorConfiguration.
|
boolean |
CustomUrlSiteMapGenerator.canHandleSiteMapConfiguration(SiteMapGeneratorConfiguration siteMapGeneratorConfiguration)
Returns true if this SiteMapGenerator is able to process the passed in siteMapGeneratorConfiguration.
|
protected SiteMapGenerator |
SiteMapServiceImpl.selectSiteMapGenerator(SiteMapGeneratorConfiguration smgc)
Returns the siteMapGenerator most qualified to handle the given configuration.
|
Copyright © 2014. All Rights Reserved.