public interface HstSiteMenus extends Serializable
HstSiteMenu
's that are needed to build site menus.
The implementations of this class, and of HstSiteMenu
and HstSiteMenuItem
, are the request context based instances of their
configuration equivalences, SiteMenusConfiguration
's, SiteMenuConfiguration
's and SiteMenuItemConfiguration
's
The configuration parts are the request independent objects, while this package contains the request dependent instances, which typically
have the configuration as their template from which these instances are created.Modifier and Type | Method and Description |
---|---|
HstSiteMenu |
getSiteMenu(String name) |
Map<String,HstSiteMenu> |
getSiteMenus() |
Map<String,HstSiteMenu> getSiteMenus()
HstSiteMenu
's as a (recommended unmodifiable) map in this SiteMenus implHstSiteMenu getSiteMenu(String name)
name
- the name of the HstSiteMenu
HstSiteMenu
having the corresponding name and null
if none matchesCopyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.