Interface CategorySiteMapGeneratorConfiguration

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

public interface CategorySiteMapGeneratorConfiguration extends SiteMapGeneratorConfiguration
CategorySiteMapGenerator is controlled by this configuration.
Author:
Joshua Skorton (jskorton)
  • Method Details

    • getRootCategory

      Category getRootCategory()
      Returns the root category.
      Returns:
    • setRootCategory

      void setRootCategory(Category rootCategory)
      Sets the root category.
      Parameters:
      rootCategory -
    • getStartingDepth

      int getStartingDepth()
      Returns the starting depth.
      Returns:
    • setStartingDepth

      void setStartingDepth(int startingDepth)
      Sets the starting depth.
      Parameters:
      startingDepth -
    • getEndingDepth

      int getEndingDepth()
      Returns the ending depth.
      Returns:
    • setEndingDepth

      void setEndingDepth(int endingDepth)
      Sets the ending depth.
      Parameters:
      endingDepth -