public class WebInterfaceManagerImpl extends Object implements com.atlassian.plugin.web.WebInterfaceManager
| Constructor and Description |
|---|
WebInterfaceManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper) |
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(String section,
Map<String,Object> context) |
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getDisplayableSections(String location,
Map<String,Object> context) |
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> |
getDisplayableWebPanelDescriptors(String location,
Map<String,Object> context) |
List<com.atlassian.plugin.web.model.WebPanel> |
getDisplayableWebPanels(String s,
Map<String,Object> stringObjectMap) |
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getItems(String section) |
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getSections(String location) |
com.atlassian.plugin.web.WebFragmentHelper |
getWebFragmentHelper() |
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> |
getWebPanelDescriptors(String location) |
List<com.atlassian.plugin.web.model.WebPanel> |
getWebPanels(String s) |
boolean |
hasSectionsForLocation(String location) |
void |
refresh() |
public WebInterfaceManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper)
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, Map<String,Object> context)
getDisplayableItems in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String location, Map<String,Object> context)
getDisplayableSections in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems(String section)
getItems in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getSections(String location)
getSections in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.model.WebPanel> getDisplayableWebPanels(String s, Map<String,Object> stringObjectMap)
getDisplayableWebPanels in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.model.WebPanel> getWebPanels(String s)
getWebPanels in interface com.atlassian.plugin.web.WebInterfaceManagerpublic com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
getWebFragmentHelper in interface com.atlassian.plugin.web.WebInterfaceManagerpublic boolean hasSectionsForLocation(String location)
hasSectionsForLocation in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getWebPanelDescriptors(String location)
getWebPanelDescriptors in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String location, Map<String,Object> context)
getDisplayableWebPanelDescriptors in interface com.atlassian.plugin.web.WebInterfaceManagerpublic void refresh()
refresh in interface com.atlassian.plugin.web.WebInterfaceManagerCopyright © 2018 Atlassian. All rights reserved.