public class ConfluenceWebInterfaceManager extends Object implements com.atlassian.plugin.web.WebInterfaceManager
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) |
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) |
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 s) |
List<com.atlassian.plugin.web.model.WebPanel> |
getWebPanels(String location) |
boolean |
hasSectionsForLocation(String location) |
void |
refresh() |
void |
setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) |
@Deprecated public static final String CONTEXT_KEY_HELPER
WebInterfaceContext
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String s, Map<String,Object> stringObjectMap)
getDisplayableWebPanelDescriptors
in interface com.atlassian.plugin.web.WebInterfaceManager
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getWebPanelDescriptors(String s)
getWebPanelDescriptors
in interface com.atlassian.plugin.web.WebInterfaceManager
public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
getWebFragmentHelper
in interface com.atlassian.plugin.web.WebInterfaceManager
public boolean hasSectionsForLocation(String location)
hasSectionsForLocation
in interface com.atlassian.plugin.web.WebInterfaceManager
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getSections(String location)
getSections
in interface com.atlassian.plugin.web.WebInterfaceManager
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String key, Map<String,Object> params)
getDisplayableSections
in interface com.atlassian.plugin.web.WebInterfaceManager
public 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.WebInterfaceManager
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String key, Map<String,Object> params)
getDisplayableItems
in interface com.atlassian.plugin.web.WebInterfaceManager
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String key, WebInterfaceContext context)
public void refresh()
refresh
in interface com.atlassian.plugin.web.WebInterfaceManager
public void setWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
public List<com.atlassian.plugin.web.model.WebPanel> getWebPanels(String location)
getWebPanels
in interface com.atlassian.plugin.web.WebInterfaceManager
Copyright © 2003–2017 Atlassian. All rights reserved.