Class JiraWebInterfaceManager
java.lang.Object
com.atlassian.jira.plugin.webfragment.JiraWebInterfaceManager
Deprecated.
Jira wrapper for the
WebInterfaceManager. If generating simple links for menus, use SimpleLinkManager as then consumers can insert SimpleLinkFactory into the link generation process.-
Constructor Summary
ConstructorsConstructorDescriptionJiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionList<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor>getDisplayableItems(String section, ApplicationUser remoteUser, JiraHelper jiraHelper) Deprecated.List<? extends com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor>getDisplayableSections(String location, ApplicationUser remoteUser, JiraHelper jiraHelper) Deprecated.List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor>Deprecated.List<? extends com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor>getSections(String location) Deprecated.com.atlassian.plugin.web.WebFragmentHelperDeprecated.booleanhasSectionsForLocation(String location) Deprecated.makeContext(ApplicationUser remoteUser, JiraHelper jiraHelper) Deprecated.voidrefresh()Deprecated.
-
Constructor Details
-
JiraWebInterfaceManager
public JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) Deprecated.
-
-
Method Details
-
hasSectionsForLocation
Deprecated. -
getSections
public List<? extends com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor> getSections(String location) Deprecated. -
getDisplayableSections
public List<? extends com.atlassian.plugin.web.api.descriptors.WebSectionModuleDescriptor> getDisplayableSections(String location, ApplicationUser remoteUser, JiraHelper jiraHelper) Deprecated. -
getItems
public List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> getItems(String section) Deprecated. -
getDisplayableItems
public List<? extends com.atlassian.plugin.web.api.descriptors.WebItemModuleDescriptor> getDisplayableItems(String section, ApplicationUser remoteUser, JiraHelper jiraHelper) Deprecated. -
refresh
public void refresh()Deprecated. -
getWebFragmentHelper
public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()Deprecated. -
makeContext
Deprecated.
-
DynamicWebInterfaceManagerdirectly if possible.