Uses of Interface
de.uplanet.lucy.server.menu.rt.IMenuItem
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
-
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries
Modifier and TypeMethodDescriptionSearchUtil.Callback.getCurrentMenu()
MenuCallable.getMenu
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx) Get the menu starting with the root menu node.MenuCallable.getMenu
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, IRtMenuFilter p_filter) Get the menu starting with the root menu node.MenuCloud.MenuCloudItem.getMenuItem()
MenuCallable.getSubmenu
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId) Get the submenu with the specified unique identifier.MenuCallable.getSubmenu
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter) Get the submenu with the specified unique identifier.MenuCallable.getSubmenu
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter, boolean p_bFilterCmsMenuItems) Get the submenu with the specified unique identifier.SearchUtil.getSubmenu
(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strId) MenuCallable.getSubmenuDefinition
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId) Get the submenu with the specified unique identifier.Modifier and TypeMethodDescriptionMenuCallable.findMenuItems
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, IRtMenuFilter p_filter) Starting with the root menu node, find all menu items that are accepted by the given filter.MenuCallable.findMenuItems
(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter) Find all menu items that are accepted by the given filter, starting with the given menu node.LinkMenuItems.getAllLinkItems
(de.uplanet.jdbc.JdbcConnection p_conn) LinkMenuItems.getLinkItemsFromDefaultLayout
(de.uplanet.jdbc.JdbcConnection p_conn) LinkMenuItems.getLinkItemsFromLayout
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLayoutName) LinkMenuItems.getMenuItemNameComparator
(String p_strLang) MenuCallable.getMenuTitleComparator
(String p_strLang) Modifier and TypeMethodDescriptionMenuCallable.getMenuTitleWithFallback
(IMenuItem p_item, String p_strPreferredLang) Get a menu title in the given preferred language.MenuCallable.toJSONString
(IMenuItem p_menuItem) Convert the given menu tree to JSON.void
Convert the given menu tree to JSON and write the output to the given character stream. -
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.collections
Modifier and TypeMethodDescriptionFilter.menuInfoComplement
(List<IMenuItem> p_menuInfoList, Collection<String> p_menuGuidList) Compose the complement of anIMenuItem
list with respect to a list of menu GUIDs.Filter.menuInfoIntersect
(List<IMenuItem> p_menuInfoList, List<String> p_menuGuidList) Compose the intersection of anApplicationInfo
list and a list of application IDs.Modifier and TypeMethodDescriptionFilter.menuInfoComplement
(List<IMenuItem> p_menuInfoList, Collection<String> p_menuGuidList) Compose the complement of anIMenuItem
list with respect to a list of menu GUIDs.Filter.menuInfoIntersect
(List<IMenuItem> p_menuInfoList, List<String> p_menuGuidList) Compose the intersection of anApplicationInfo
list and a list of application IDs. -
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.comparator
-
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.hop
Modifier and TypeMethodDescriptionLinkCallable.getMenuLink
(IMenuItem p_menuItem, String p_strLang, boolean p_setRQLang) LinkCallable.toMenuJSONString
(IMenuItem p_menuItem, String p_strLang, boolean p_bSetRQLang, String p_strKey) Convert the given menu tree to JSON.void
LinkCallable.writeMenuJSON
(Writer p_writer, IMenuItem p_menuItem, String p_strLang, boolean p_bSetRQLang) Convert the given menu tree to JSON and write the output to the given character stream.