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 CommentFieldRendererpublic String getIssuePageViewHtml(Map<String,Object> context, CommentHelper commentHelper)
getIssuePageViewHtml in interface CommentFieldRendererpublic String getFieldEditHtml(Map<String,Object> context, CommentHelper commentHelper)
getFieldEditHtml in interface CommentFieldRendererpublic String getFieldViewHtml(Map<String,Object> context, CommentHelper commentHelper)
getFieldViewHtml in interface CommentFieldRendererCopyright © 2002-2015 Atlassian. All Rights Reserved.