Interface CustomUrlSiteMapGeneratorConfiguration
- All Superinterfaces:
Serializable
,SiteMapGeneratorConfiguration
- All Known Implementing Classes:
CustomUrlSiteMapGeneratorConfigurationImpl
CustomSiteMapGenerator is controlled by this configuration.
- Author:
- bpolster
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of custom SiteMapURLEntrys.void
setCustomURLEntries
(List<SiteMapUrlEntry> customURLEntries) Sets a list of custom SiteMapURLEntrys.Methods inherited from interface org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration
getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriority
-
Method Details
-
getCustomURLEntries
List<SiteMapUrlEntry> getCustomURLEntries()Returns a list of custom SiteMapURLEntrys.- Returns:
-
setCustomURLEntries
Sets a list of custom SiteMapURLEntrys.- Parameters:
customURLEntries
-
-