Interface CustomUrlSiteMapGeneratorConfiguration

All Superinterfaces:
Serializable, SiteMapGeneratorConfiguration
All Known Implementing Classes:
CustomUrlSiteMapGeneratorConfigurationImpl

public interface CustomUrlSiteMapGeneratorConfiguration extends SiteMapGeneratorConfiguration
CustomSiteMapGenerator is controlled by this configuration.
Author:
bpolster
  • Method Details

    • getCustomURLEntries

      List<SiteMapUrlEntry> getCustomURLEntries()
      Returns a list of custom SiteMapURLEntrys.
      Returns:
    • setCustomURLEntries

      void setCustomURLEntries(List<SiteMapUrlEntry> customURLEntries)
      Sets a list of custom SiteMapURLEntrys.
      Parameters:
      customURLEntries -