Interface HstSiteMenuConfiguration
public interface HstSiteMenuConfiguration
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of this SiteMenuConfiguration. For example, you could have a "topmenu", "leftmenu" and "footermenu" on your site, where these names might be appropriate . It must be unique within a
container.HstSiteMenusConfiguration
- Returns:
- the name of this SiteMenuConfiguration
-
getSiteMenuConfigurationItems
List<HstSiteMenuItemConfiguration> getSiteMenuConfigurationItems()- Returns:
- returns all direct child
HstSiteMenuItemConfiguration
's of this SiteMenuConfiguration
-
getSiteMenusConfiguration
HstSiteMenusConfiguration getSiteMenusConfiguration()- Returns:
- the
which is the container for thisHstSiteMenusConfiguration
HstSiteMenuConfiguration
-