public interface

CommentFieldRendererModuleDescriptor

implements WebFragmentModuleDescriptor<T>
com.atlassian.jira.plugin.comment.CommentFieldRendererModuleDescriptor
Known Indirect Subclasses

Class Overview

Module which allows to replace the system rendering of comments.

Summary

Constants
String TEMPLATE_NAME_EDIT
String TEMPLATE_NAME_ISSUE_EDIT
String TEMPLATE_NAME_ISSUE_VIEW
String TEMPLATE_NAME_VIEW
Public Methods
Option<String> getFieldEditHtml(Map<StringObject> context)
Option<String> getFieldViewHtml(Map<StringObject> context)
Option<String> getIssuePageEditHtml(Map<StringObject> context)
Option<String> getIssuePageViewHtml(Map<StringObject> context)
[Expand]
Inherited Methods
From interface com.atlassian.plugin.ModuleDescriptor
From interface com.atlassian.plugin.Resourced
From interface com.atlassian.plugin.StateAware
From interface com.atlassian.plugin.web.descriptors.ConditionalDescriptor
From interface com.atlassian.plugin.web.descriptors.ContextAware
From interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
From interface com.atlassian.plugin.web.descriptors.WeightedDescriptor

Constants

public static final String TEMPLATE_NAME_EDIT

Constant Value: "field-edit"

public static final String TEMPLATE_NAME_ISSUE_EDIT

Constant Value: "issue-page-edit"

public static final String TEMPLATE_NAME_ISSUE_VIEW

Constant Value: "issue-page-view"

public static final String TEMPLATE_NAME_VIEW

Constant Value: "field-view"

Public Methods

public Option<String> getFieldEditHtml (Map<StringObject> context)

public Option<String> getFieldViewHtml (Map<StringObject> context)

public Option<String> getIssuePageEditHtml (Map<StringObject> context)

public Option<String> getIssuePageViewHtml (Map<StringObject> context)