Class GhHelpContextProvider

java.lang.Object
com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
com.atlassian.greenhopper.web.contextprovider.GhHelpContextProvider
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class GhHelpContextProvider extends com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider
Allows WebItems to use GreenHopperHelpPathResolver.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GhHelpContextProvider(com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, GreenHopperHelpPathResolver greenHopperHelpPathResolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getContextMap(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.plugin.webfragment.model.JiraHelper jiraHelper)
     

    Methods inherited from class com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider

    getContextMap, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GhHelpContextProvider

      public GhHelpContextProvider(com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, GreenHopperHelpPathResolver greenHopperHelpPathResolver)
  • Method Details

    • getContextMap

      public Map getContextMap(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.plugin.webfragment.model.JiraHelper jiraHelper)
      Specified by:
      getContextMap in class com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider