Uses of Class
com.broadleafcommerce.menu.domain.NavigableMenu
Packages that use NavigableMenu
-
Uses of NavigableMenu in com.broadleafcommerce.menu.service
Methods in com.broadleafcommerce.menu.service that return NavigableMenuModifier and TypeMethodDescriptionDefaultMenuService.getMenuWithNavigationTree
(String menuName, int depthLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) MenuService.getMenuWithNavigationTree
(String menuName, int depthLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Accepts a menu name and returns the menu with itssubmenu
fully populated.Methods in com.broadleafcommerce.menu.service that return types with arguments of type NavigableMenuModifier and TypeMethodDescriptionprotected Optional<NavigableMenu>
DefaultMenuService.getMenuWithNavigationTreeInternal
(String menuName, int depthLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of NavigableMenu in com.broadleafcommerce.menu.web.endpoint
Methods in com.broadleafcommerce.menu.web.endpoint that return NavigableMenuModifier and TypeMethodDescriptionMenuHierarchyEndpoint.getNavigationTreeForMenu
(String menuName, Integer depthLimit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)