com.atlassian.jira.issue.renderers
Class CommentFieldRenderContext

java.lang.Object
  extended by com.atlassian.jira.issue.renderers.CommentFieldRenderContext
All Implemented Interfaces:
FieldRenderContext

public class CommentFieldRenderContext
extends Object
implements FieldRenderContext


Constructor Summary
CommentFieldRenderContext(Comment comment)
           
 
Method Summary
 String getBody()
           
 String getFieldId()
           
 Issue getIssue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentFieldRenderContext

public CommentFieldRenderContext(Comment comment)
Method Detail

getFieldId

public String getFieldId()
Specified by:
getFieldId in interface FieldRenderContext
Returns:
A field constant, as defined in IssueFieldConstants

getIssue

public Issue getIssue()
Specified by:
getIssue in interface FieldRenderContext

getBody

public String getBody()
Specified by:
getBody in interface FieldRenderContext
Returns:
The text to be rendered


Copyright © 2002-2007 Atlassian. All Rights Reserved.