public class

WikiRendererHelpAction

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.renderers.wiki.WikiRendererHelpAction

Class Overview

A webwork action that controls the display of the wiki renderers help.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
WikiRendererHelpAction(PluginAccessor pluginAccessor)
Public Methods
Collection getContentLinkHelpForSection(String section)
Gets any help text that have been registered from content link plugins for the specified section.
Collection getContentLinkHelpNoSection()
Gets any help text that have been registered from content link plugins without specifying a section.
Collection getMacroHelpForSection(String section)
Gets any help text that have been registered from macro plugins for the specified section.
Collection getMacroHelpNoSection()
Gets any help text that have been registered from macro plugins without specifying a section.
Collection getRendererComponentFactoriesHelpForSection(String section)
Gets any help text that have been registered from renderer component plugins for the specified section.
Collection getRendererComponentFactoriesHelpNoSection()
Gets any help text that have been registered from renderer component plugins without specifying a section.
String getSection()
void setSection(String section)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public WikiRendererHelpAction (PluginAccessor pluginAccessor)

Public Methods

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

public Collection getContentLinkHelpNoSection ()

Gets any help text that have been registered from content link plugins without specifying a section.

Returns
  • matching help modules

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

public Collection getMacroHelpNoSection ()

Gets any help text that have been registered from macro plugins without specifying a section.

Returns
  • matching help modules

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

public Collection getRendererComponentFactoriesHelpNoSection ()

Gets any help text that have been registered from renderer component plugins without specifying a section.

Returns
  • matching help modules

public String getSection ()

public void setSection (String section)

Protected Methods

protected String doExecute ()

Throws
Exception