Class ReadOnlyWebInterfaceManager
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
-
- All Implemented Interfaces:
com.atlassian.plugin.web.api.DynamicWebInterfaceManager,com.atlassian.plugin.web.WebInterfaceManager
public class ReadOnlyWebInterfaceManager extends Object implements com.atlassian.plugin.web.api.DynamicWebInterfaceManager
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebInterfaceManager(com.atlassian.plugin.web.api.DynamicWebInterfaceManager delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>getDisplayableItems(String s, Map<String,Object> map)List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor>getDisplayableSections(String s, Map<String,Object> map)Iterable<com.atlassian.plugin.web.api.WebItem>getDisplayableWebItems(String s, Map<String,Object> map)List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor>getDisplayableWebPanelDescriptors(String s, Map<String,Object> map)List<com.atlassian.plugin.web.model.WebPanel>getDisplayableWebPanels(String s, Map<String,Object> map)Iterable<com.atlassian.plugin.web.api.WebSection>getDisplayableWebSections(String s, Map<String,Object> map)List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>getItems(String s)List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor>getSections(String s)com.atlassian.plugin.web.WebFragmentHelpergetWebFragmentHelper()Iterable<com.atlassian.plugin.web.api.WebItem>getWebItems(String s, Map<String,Object> map)List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor>getWebPanelDescriptors(String s)List<com.atlassian.plugin.web.model.WebPanel>getWebPanels(String s)Iterable<com.atlassian.plugin.web.api.WebSection>getWebSections(String s, Map<String,Object> map)booleanhasSectionsForLocation(String s)voidrefresh()
-
-
-
Method Detail
-
hasSectionsForLocation
public boolean hasSectionsForLocation(String s)
- Specified by:
hasSectionsForLocationin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getSections
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getSections(String s)
- Specified by:
getSectionsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableSections
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String s, Map<String,Object> map)
- Specified by:
getDisplayableSectionsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems(String s)
- Specified by:
getItemsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String s, Map<String,Object> map)
- Specified by:
getDisplayableItemsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebPanels
public List<com.atlassian.plugin.web.model.WebPanel> getWebPanels(String s)
- Specified by:
getWebPanelsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableWebPanels
public List<com.atlassian.plugin.web.model.WebPanel> getDisplayableWebPanels(String s, Map<String,Object> map)
- Specified by:
getDisplayableWebPanelsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebPanelDescriptors
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getWebPanelDescriptors(String s)
- Specified by:
getWebPanelDescriptorsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableWebPanelDescriptors
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String s, Map<String,Object> map)
- Specified by:
getDisplayableWebPanelDescriptorsin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
refresh
public void refresh()
- Specified by:
refreshin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebFragmentHelper
public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
- Specified by:
getWebFragmentHelperin interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebItems
public Iterable<com.atlassian.plugin.web.api.WebItem> getWebItems(String s, Map<String,Object> map)
- Specified by:
getWebItemsin interfacecom.atlassian.plugin.web.api.DynamicWebInterfaceManager
-
getDisplayableWebItems
public Iterable<com.atlassian.plugin.web.api.WebItem> getDisplayableWebItems(String s, Map<String,Object> map)
- Specified by:
getDisplayableWebItemsin interfacecom.atlassian.plugin.web.api.DynamicWebInterfaceManager
-
getWebSections
public Iterable<com.atlassian.plugin.web.api.WebSection> getWebSections(String s, Map<String,Object> map)
- Specified by:
getWebSectionsin interfacecom.atlassian.plugin.web.api.DynamicWebInterfaceManager
-
-