Class ReadOnlyWebInterfaceManager
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebInterfaceManager
-
- All Implemented Interfaces:
com.atlassian.plugin.web.WebInterfaceManager
public class ReadOnlyWebInterfaceManager extends Object implements com.atlassian.plugin.web.WebInterfaceManager
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager 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)
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)
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor>
getItems(String s)
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor>
getSections(String s)
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 s)
boolean
hasSectionsForLocation(String s)
void
refresh()
-
-
-
Method Detail
-
hasSectionsForLocation
public boolean hasSectionsForLocation(String s)
- Specified by:
hasSectionsForLocation
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getSections
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getSections(String s)
- Specified by:
getSections
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableSections
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String s, Map<String,Object> map)
- Specified by:
getDisplayableSections
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems(String s)
- Specified by:
getItems
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableItems
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String s, Map<String,Object> map)
- Specified by:
getDisplayableItems
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebPanels
public List<com.atlassian.plugin.web.model.WebPanel> getWebPanels(String s)
- Specified by:
getWebPanels
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableWebPanels
public List<com.atlassian.plugin.web.model.WebPanel> getDisplayableWebPanels(String s, Map<String,Object> map)
- Specified by:
getDisplayableWebPanels
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebPanelDescriptors
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getWebPanelDescriptors(String s)
- Specified by:
getWebPanelDescriptors
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getDisplayableWebPanelDescriptors
public List<com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String s, Map<String,Object> map)
- Specified by:
getDisplayableWebPanelDescriptors
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
refresh
public void refresh()
- Specified by:
refresh
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
getWebFragmentHelper
public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
- Specified by:
getWebFragmentHelper
in interfacecom.atlassian.plugin.web.WebInterfaceManager
-
-