Uses of Class
com.atlassian.confluence.web.WebMenu
-
Packages that use WebMenu Package Description com.atlassian.confluence.web -
-
Uses of WebMenu in com.atlassian.confluence.web
Methods in com.atlassian.confluence.web that return WebMenu Modifier and Type Method Description WebMenuConfluenceWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)WebMenuConfluenceWebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)WebMenuWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)Builds and returns aWebMenufor display with the given properties and context.WebMenuWebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)Builds and returns aWebMenufor display with the given properties and context.default WebMenuWebMenuManager. getMenu(Collection<String> menuKeys, WebInterfaceContext context)Builds and returns aWebMenufor display with the given properties and context.
-