public class

ConfluenceWebInterfaceManager

extends Object
implements WebInterfaceManager
java.lang.Object
   ↳ com.atlassian.confluence.plugin.descriptor.web.ConfluenceWebInterfaceManager

Class Overview

Stores and manages flexible web interface sections available in the system.

Summary

Constants
String CONTEXT_KEY_HELPER This constant is deprecated. since 2.8 see WebInterfaceContext
Public Constructors
ConfluenceWebInterfaceManager()
Public Methods
List<WebItemModuleDescriptor> getDisplayableItems(String key, Map<StringObject> params)
@Deprecated List<WebItemModuleDescriptor> getDisplayableItems(String section, User remoteUser, GlobalHelper helper)
This method is deprecated. since 2.8 use getDisplayableItems(String, WebInterfaceContext) with the result of getWebInterfaceContext() on your action.
List<WebItemModuleDescriptor> getDisplayableItems(String key, WebInterfaceContext context)
List<WebSectionModuleDescriptor> getDisplayableSections(String key, Map<StringObject> params)
List<WebSectionModuleDescriptor> getDisplayableSections(String key, WebInterfaceContext context)
@Deprecated List<WebSectionModuleDescriptor> getDisplayableSections(String location, User remoteUser, GlobalHelper helper)
This method is deprecated. since 2.8 use getDisplayableSections(String, WebInterfaceContext) with the result of getWebInterfaceContext().
List<WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors(String s, Map<StringObject> stringObjectMap)
List<WebPanel> getDisplayableWebPanels(String location, Map<StringObject> context)
List<WebItemModuleDescriptor> getItems(String section)
List<WebSectionModuleDescriptor> getSections(String location)
WebFragmentHelper getWebFragmentHelper()
List<WebPanelModuleDescriptor> getWebPanelDescriptors(String s)
List<WebPanel> getWebPanels(String location)
boolean hasSectionsForLocation(String location)
void refresh()
void setWebInterfaceManager(WebInterfaceManager webInterfaceManager)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.WebInterfaceManager

Constants

public static final String CONTEXT_KEY_HELPER

This constant is deprecated.
since 2.8 see WebInterfaceContext

Constant Value: "helper"

Public Constructors

public ConfluenceWebInterfaceManager ()

Public Methods

public List<WebItemModuleDescriptor> getDisplayableItems (String key, Map<StringObject> params)

@Deprecated public List<WebItemModuleDescriptor> getDisplayableItems (String section, User remoteUser, GlobalHelper helper)

This method is deprecated.
since 2.8 use getDisplayableItems(String, WebInterfaceContext) with the result of getWebInterfaceContext() on your action.

public List<WebItemModuleDescriptor> getDisplayableItems (String key, WebInterfaceContext context)

public List<WebSectionModuleDescriptor> getDisplayableSections (String key, Map<StringObject> params)

public List<WebSectionModuleDescriptor> getDisplayableSections (String key, WebInterfaceContext context)

@Deprecated public List<WebSectionModuleDescriptor> getDisplayableSections (String location, User remoteUser, GlobalHelper helper)

This method is deprecated.
since 2.8 use getDisplayableSections(String, WebInterfaceContext) with the result of getWebInterfaceContext().

public List<WebPanelModuleDescriptor> getDisplayableWebPanelDescriptors (String s, Map<StringObject> stringObjectMap)

public List<WebPanel> getDisplayableWebPanels (String location, Map<StringObject> context)

public List<WebItemModuleDescriptor> getItems (String section)

public List<WebSectionModuleDescriptor> getSections (String location)

public WebFragmentHelper getWebFragmentHelper ()

public List<WebPanelModuleDescriptor> getWebPanelDescriptors (String s)

public List<WebPanel> getWebPanels (String location)

public boolean hasSectionsForLocation (String location)

public void refresh ()

public void setWebInterfaceManager (WebInterfaceManager webInterfaceManager)