Uses of Interface
org.hippoecm.hst.core.sitemenu.CommonMenu
-
Packages that use CommonMenu Package Description org.hippoecm.hst.core.pagemodel.container org.hippoecm.hst.core.sitemenu The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu -
-
Uses of CommonMenu in org.hippoecm.hst.core.pagemodel.container
Methods in org.hippoecm.hst.core.pagemodel.container with parameters of type CommonMenu Modifier and Type Method Description void
MetadataDecorator. decorateCommonMenuMetadata(HstRequestContext requestContext, CommonMenu menu, MetadataContributable metadataModel)
Decorate the givencommonMenu
'smetadataModel
. -
Uses of CommonMenu in org.hippoecm.hst.core.sitemenu
Subinterfaces of CommonMenu in org.hippoecm.hst.core.sitemenu Modifier and Type Interface Description interface
EditableMenu
interface
HstSiteMenu
The interface for a SiteMenu implementation, containing possibly a tree ofHstSiteMenuItem
's
-