Class WikiRendererHelpAction

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.renderers.wiki.WikiRendererHelpAction
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class WikiRendererHelpAction extends JiraWebActionSupport
A webwork action that controls the display of the wiki renderers help.
See Also:
  • Constructor Details

    • WikiRendererHelpAction

      public WikiRendererHelpAction(com.atlassian.plugin.PluginAccessor pluginAccessor)
  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getSection

      public String getSection()
    • setSection

      public void setSection(String section)
    • getMacroHelpForSection

      public Collection getMacroHelpForSection(String section)
      Gets any help text that have been registered from macro plugins for the specified section.
      Parameters:
      section - the help section you want to render
      Returns:
      matching help modules
    • getMacroHelpNoSection

      public Collection getMacroHelpNoSection()
      Gets any help text that have been registered from macro plugins without specifying a section.
      Returns:
      matching help modules
    • getContentLinkHelpForSection

      public Collection getContentLinkHelpForSection(String section)
      Gets any help text that have been registered from content link plugins for the specified section.
      Parameters:
      section - the help section you want to render
      Returns:
      matching help modules
      Since:
      v3.12
    • getContentLinkHelpNoSection

      public Collection getContentLinkHelpNoSection()
      Gets any help text that have been registered from content link plugins without specifying a section.
      Returns:
      matching help modules
      Since:
      v3.12
    • getRendererComponentFactoriesHelpForSection

      public Collection getRendererComponentFactoriesHelpForSection(String section)
      Gets any help text that have been registered from renderer component plugins for the specified section.
      Parameters:
      section - the help section you want to render
      Returns:
      matching help modules
      Since:
      v3.12
    • getRendererComponentFactoriesHelpNoSection

      public Collection getRendererComponentFactoriesHelpNoSection()
      Gets any help text that have been registered from renderer component plugins without specifying a section.
      Returns:
      matching help modules
      Since:
      v3.12