public class DefaultCommentFieldRenderer extends Object implements CommentFieldRenderer
Constructor and Description |
---|
DefaultCommentFieldRenderer(com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldEditHtml(Map<String,Object> context,
CommentHelper commentHelper) |
String |
getFieldViewHtml(Map<String,Object> context,
CommentHelper commentHelper) |
String |
getIssuePageEditHtml(Map<String,Object> context,
CommentHelper commentHelper) |
String |
getIssuePageViewHtml(Map<String,Object> context,
CommentHelper commentHelper) |
public DefaultCommentFieldRenderer(com.atlassian.plugin.PluginAccessor pluginAccessor)
public String getIssuePageEditHtml(Map<String,Object> context, CommentHelper commentHelper)
getIssuePageEditHtml
in interface CommentFieldRenderer
public String getIssuePageViewHtml(Map<String,Object> context, CommentHelper commentHelper)
getIssuePageViewHtml
in interface CommentFieldRenderer
public String getFieldEditHtml(Map<String,Object> context, CommentHelper commentHelper)
getFieldEditHtml
in interface CommentFieldRenderer
public String getFieldViewHtml(Map<String,Object> context, CommentHelper commentHelper)
getFieldViewHtml
in interface CommentFieldRenderer
Copyright © 2002-2018 Atlassian. All Rights Reserved.