public class ConfluenceWebInterfaceManager extends Object implements com.atlassian.plugin.web.api.DynamicWebInterfaceManager
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_KEY_HELPER
Deprecated.
since 2.8 see
WebInterfaceContext |
| Constructor and Description |
|---|
ConfluenceWebInterfaceManager() |
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(String key,
Map<String,Object> params) |
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(String key,
WebInterfaceContext context) |
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getDisplayableSections(String key,
Map<String,Object> params) |
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getDisplayableSections(String key,
WebInterfaceContext context) |
Iterable<com.atlassian.plugin.web.api.WebItem> |
getDisplayableWebItems(String section,
Map<String,Object> context) |
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> |
getDisplayableWebPanelDescriptors(String s,
Map<String,Object> stringObjectMap) |
List<com.atlassian.plugin.web.model.WebPanel> |
getDisplayableWebPanels(String location,
Map<String,Object> context) |
Iterable<com.atlassian.plugin.web.api.WebSection> |
getDisplayableWebSections(String location,
Map<String,Object> context) |
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() |
Iterable<com.atlassian.plugin.web.api.WebItem> |
getWebItems(String section,
Map<String,Object> context) |
List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> |
getWebPanelDescriptors(String s) |
List<com.atlassian.plugin.web.model.WebPanel> |
getWebPanels(String location) |
Iterable<com.atlassian.plugin.web.api.WebSection> |
getWebSections(String location,
Map<String,Object> context) |
boolean |
hasSectionsForLocation(String location) |
void |
refresh() |
void |
setWebInterfaceManager(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager) |
@Deprecated public static final String CONTEXT_KEY_HELPER
WebInterfaceContextpublic List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String s, Map<String,Object> stringObjectMap)
getDisplayableWebPanelDescriptors in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getWebPanelDescriptors(String s)
getWebPanelDescriptors 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.WebSectionModuleDescriptor> getSections(String location)
getSections in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String key, Map<String,Object> params)
getDisplayableSections in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String key, WebInterfaceContext context)
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems(String section)
getItems in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String key, Map<String,Object> params)
getDisplayableItems in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String key, WebInterfaceContext context)
public void refresh()
refresh in interface com.atlassian.plugin.web.WebInterfaceManagerpublic void setWebInterfaceManager(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager)
public List<com.atlassian.plugin.web.model.WebPanel> getWebPanels(String location)
getWebPanels in interface com.atlassian.plugin.web.WebInterfaceManagerpublic List<com.atlassian.plugin.web.model.WebPanel> getDisplayableWebPanels(String location, Map<String,Object> context)
getDisplayableWebPanels in interface com.atlassian.plugin.web.WebInterfaceManagerpublic Iterable<com.atlassian.plugin.web.api.WebItem> getWebItems(String section, Map<String,Object> context)
getWebItems in interface com.atlassian.plugin.web.api.DynamicWebInterfaceManagerpublic Iterable<com.atlassian.plugin.web.api.WebItem> getDisplayableWebItems(String section, Map<String,Object> context)
getDisplayableWebItems in interface com.atlassian.plugin.web.api.DynamicWebInterfaceManagerpublic Iterable<com.atlassian.plugin.web.api.WebSection> getWebSections(String location, Map<String,Object> context)
getWebSections in interface com.atlassian.plugin.web.api.DynamicWebInterfaceManagerCopyright © 2003–2022 Atlassian. All rights reserved.