Class JiraWebInterfaceManager

java.lang.Object
com.atlassian.jira.plugin.webfragment.JiraWebInterfaceManager

public class JiraWebInterfaceManager extends Object
Deprecated.
since v6.3 - use DynamicWebInterfaceManager directly if possible.
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 Details

    • JiraWebInterfaceManager

      public JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
      Deprecated.
  • Method Details

    • hasSectionsForLocation

      public boolean hasSectionsForLocation(String location)
      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

      protected Map<String,Object> makeContext(ApplicationUser remoteUser, JiraHelper jiraHelper)
      Deprecated.