Class CommentBlockContextProviderWrapper

java.lang.Object
com.atlassian.greenhopper.web.contextprovider.issuedetailsview.CommentBlockContextProviderWrapper
All Implemented Interfaces:
com.atlassian.plugin.web.ContextProvider

public class CommentBlockContextProviderWrapper extends Object implements com.atlassian.plugin.web.ContextProvider
The custom context provider for the comment block of Editable Details View. This is responsible for rendering comment block only without any tab header.
  • Constructor Details

    • CommentBlockContextProviderWrapper

      public CommentBlockContextProviderWrapper(ContextProviderFactory contextProviderFactory)
  • Method Details

    • init

      public void init(Map<String,String> map) throws com.atlassian.plugin.PluginParseException
      Specified by:
      init in interface com.atlassian.plugin.web.ContextProvider
      Throws:
      com.atlassian.plugin.PluginParseException
    • getContextMap

      public Map<String,Object> getContextMap(Map<String,Object> context)
      Specified by:
      getContextMap in interface com.atlassian.plugin.web.ContextProvider