|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstSiteMenusConfiguration
Implementations should return an unmodifiable map for #getSiteMenuConfiguration()
because clients should not
be able to modify the configuration
Method Summary | |
---|---|
HstSite |
getSite()
Return the HstSite this HstSiteMap belongs to. |
HstSiteMenuConfiguration |
getSiteMenuConfiguration(String name)
|
Map<String,HstSiteMenuConfiguration> |
getSiteMenuConfigurations()
Returns the map containing all HstSiteMenuConfiguration 's and an empty map if there are no HstSiteMenuConfiguration 's. |
Method Detail |
---|
HstSite getSite()
HstSite
this HstSiteMap
belongs to.
HstSiteMap
belongs toMap<String,HstSiteMenuConfiguration> getSiteMenuConfigurations()
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
HstSiteMenuConfiguration
's and an empty map if there are no HstSiteMenuConfiguration
'sHstSiteMenuConfiguration getSiteMenuConfiguration(String name)
name
- the name of the SiteMenuConfiguration
SiteMenuConfiguration
with this name and null
if does not exist
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |