Package org.hippoecm.hst.core.sitemenu
Interface HstSiteMenus
- All Superinterfaces:
Serializable
Implementation of this interface is the container of all the
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,
HstSiteMenusConfiguration
s,
HstSiteMenuConfiguration
s and
HstSiteMenuItemConfiguration
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.-
Method Summary
-
Method Details
-
getSiteMenus
Map<String,HstSiteMenu> getSiteMenus()- Returns:
- the available
HstSiteMenu
's as a (recommended unmodifiable) map in this SiteMenus impl
-
getSiteMenu
- Parameters:
name
- the name of theHstSiteMenu
- Returns:
- the
HstSiteMenu
having the corresponding name andnull
if none matches
-