Interface HstSiteMenusConfiguration


  • public interface HstSiteMenusConfiguration
    Implementations should return an unmodifiable map for getSiteMenuConfigurations() because clients should not be able to modify the configuration
    • Method Detail

      • getSite

        HstSite getSite()
        Return the HstSite this HstSiteMenusConfiguration belongs to.
        Returns:
        the site this HstSiteMenusConfiguration belongs to
      • getSiteMenuConfigurations

        Map<String,​HstSiteMenuConfiguration> getSiteMenuConfigurations()
        Returns the map containing all HstSiteMenuConfiguration's and an empty map if there are no HstSiteMenuConfiguration's.

        Note: implementation should better return an unmodifiable map to make sure clients cannot modify the map

        Returns:
        map containing all HstSiteMenuConfiguration's and an empty map if there are no HstSiteMenuConfiguration's