public interface WebInterfaceManager
boolean hasSectionsForLocation(String location)
List<WebSectionModuleDescriptor> getSections(String location)
DynamicWebInterfaceManager.getWebSections(String, java.util.Map)List<WebSectionModuleDescriptor> getDisplayableSections(String location, Map<String,Object> context)
DynamicWebInterfaceManager.getDisplayableWebSections(String, java.util.Map)List<WebItemModuleDescriptor> getItems(String section)
DynamicWebInterfaceManager.getWebItems(String, java.util.Map)List<WebItemModuleDescriptor> getDisplayableItems(String section, Map<String,Object> context)
DynamicWebInterfaceManager.getDisplayableWebItems(String, java.util.Map)List<WebPanel> getWebPanels(String location)
location - WebPanel module instances
for the given location.List<WebPanel> getDisplayableWebPanels(String location, Map<String,Object> context)
location - context - WebPanel module instances
viewable in a given context in the given location.List<WebPanelModuleDescriptor> getWebPanelDescriptors(String location)
location - WebPanelModuleDescriptor module instances
for the given location.List<WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String location, Map<String,Object> context)
location - context - WebPanelModuleDescriptor module instances
viewable in a given context in the given location.void refresh()
WebFragmentHelper getWebFragmentHelper()
Copyright © 2022 Atlassian. All rights reserved.