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 WebMenu
ConfluenceWebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)
WebMenu
ConfluenceWebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)
WebMenu
WebMenuManager. getMenu(String id, String menuKey, WebInterfaceContext context)
Builds and returns aWebMenu
for display with the given properties and context.WebMenu
WebMenuManager. getMenu(String id, Collection<String> menuKeys, WebInterfaceContext context)
Builds and returns aWebMenu
for display with the given properties and context.default WebMenu
WebMenuManager. getMenu(Collection<String> menuKeys, WebInterfaceContext context)
Builds and returns aWebMenu
for display with the given properties and context.
-