DynamicWebInterfaceManager
directly if possible.public class JiraWebInterfaceManager extends Object
WebInterfaceManager
. If generating simple links for menus, use SimpleLinkManager
as then consumers can insert SimpleLinkFactory
into the link generation process.Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_KEY_HELPER
Deprecated.
|
static String |
CONTEXT_KEY_I18N
Deprecated.
|
static String |
CONTEXT_KEY_LOCATION
Deprecated.
|
static String |
CONTEXT_KEY_USER
Deprecated.
|
static String |
CONTEXT_KEY_USERNAME
Deprecated.
|
Constructor and Description |
---|
JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getDisplayableItems(String section,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getDisplayableSections(String location,
ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> |
getItems(String section)
Deprecated.
|
List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> |
getSections(String location)
Deprecated.
|
com.atlassian.plugin.web.WebFragmentHelper |
getWebFragmentHelper()
Deprecated.
|
boolean |
hasSectionsForLocation(String location)
Deprecated.
|
protected Map<String,Object> |
makeContext(ApplicationUser remoteUser,
JiraHelper jiraHelper)
Deprecated.
|
void |
refresh()
Deprecated.
|
public static final String CONTEXT_KEY_USER
public static final String CONTEXT_KEY_USERNAME
public static final String CONTEXT_KEY_HELPER
public static final String CONTEXT_KEY_LOCATION
public static final String CONTEXT_KEY_I18N
public JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
public boolean hasSectionsForLocation(String location)
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getSections(String location)
public List<com.atlassian.plugin.web.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String location, ApplicationUser remoteUser, JiraHelper jiraHelper)
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getItems(String section)
public List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, ApplicationUser remoteUser, JiraHelper jiraHelper)
public void refresh()
public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
protected Map<String,Object> makeContext(ApplicationUser remoteUser, JiraHelper jiraHelper)
Copyright © 2002-2021 Atlassian. All Rights Reserved.