Interface HstSiteMenuConfiguration
-
public interface HstSiteMenuConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of this SiteMenuConfiguration.List<HstSiteMenuItemConfiguration>
getSiteMenuConfigurationItems()
HstSiteMenusConfiguration
getSiteMenusConfiguration()
-
-
-
Method Detail
-
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
-
-