Interface SiteMapGeneratorConfiguration
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
CategorySiteMapGeneratorConfiguration,CustomUrlSiteMapGeneratorConfiguration
- All Known Implementing Classes:
CategorySiteMapGeneratorConfigurationImpl,CustomUrlSiteMapGeneratorConfigurationImpl,SiteMapGeneratorConfigurationImpl
Sample URL tag generated and controlled by this configuration.
http://www.heatclinic.com/hot-sauces
2009-11-07
weekly
0.5
- Author:
- bpolster
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the SiteMapGeneratorConfiguration Id.Returns the list of SiteMapChangeFreqTypes.Returns the SiteMapConfiguration.Returns the list of SiteMapGeneratorTypes.Returns the SiteMapPriority.Returns the "disabled" boolean.voidsetDisabled(Boolean disabled) Sets the "disabled" boolean.voidSets the SiteMapGeneratorConfiguration Id.voidsetSiteMapChangeFreq(SiteMapChangeFreqType siteMapChangeFreq) Sets the list of SiteMapChangeFreqTypes.voidsetSiteMapConfiguration(SiteMapConfiguration siteMapConfiguration) Sets the SiteMapConfiguration.voidsetSiteMapGeneratorType(SiteMapGeneratorType siteMapGeneratorType) Sets the list of SiteMapGeneratorTypes.voidsetSiteMapPriority(SiteMapPriorityType siteMapPriority) Sets the SiteMapPriority.
-
Method Details
-
getId
Long getId()Returns the SiteMapGeneratorConfiguration Id.- Returns:
-
setId
Sets the SiteMapGeneratorConfiguration Id.- Parameters:
id-
-
isDisabled
Boolean isDisabled()Returns the "disabled" boolean.- Returns:
-
setDisabled
Sets the "disabled" boolean.- Parameters:
disabled-
-
getSiteMapChangeFreq
SiteMapChangeFreqType getSiteMapChangeFreq()Returns the list of SiteMapChangeFreqTypes.- Returns:
-
setSiteMapChangeFreq
Sets the list of SiteMapChangeFreqTypes.- Parameters:
siteMapChangeFreq-
-
getSiteMapPriority
SiteMapPriorityType getSiteMapPriority()Returns the SiteMapPriority.- Returns:
-
setSiteMapPriority
Sets the SiteMapPriority. Must be a two digit value between 0.0 and 1.0.- Parameters:
siteMapPriority-
-
getSiteMapGeneratorType
SiteMapGeneratorType getSiteMapGeneratorType()Returns the list of SiteMapGeneratorTypes.- Returns:
-
setSiteMapGeneratorType
Sets the list of SiteMapGeneratorTypes.- Parameters:
siteMapGeneratorType-
-
getSiteMapConfiguration
SiteMapConfiguration getSiteMapConfiguration()Returns the SiteMapConfiguration.- Returns:
-
setSiteMapConfiguration
Sets the SiteMapConfiguration.- Parameters:
siteMapConfiguration-
-