com.atlassian.jira.issue.fields.renderer
Class IssueRenderContext

java.lang.Object
  extended by com.atlassian.jira.issue.fields.renderer.IssueRenderContext

@PublicApi
public class IssueRenderContext
extends Object

This is a context object used with the renderers.


Field Summary
static String INLINE_PARAM
          When getParam(INLINE_PARAM)==true then the renderer that is passed such context will try to render the text as inline
 
Constructor Summary
IssueRenderContext(Issue issue)
           
 
Method Summary
 void addParam(Object key, Object value)
           
 Issue getIssue()
           
 Object getParam(Object key)
           
 Map getParams()
           
 void setIssue(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INLINE_PARAM

public static final String INLINE_PARAM
When getParam(INLINE_PARAM)==true then the renderer that is passed such context will try to render the text as inline

Since:
v5.2
See Also:
Constant Field Values
Constructor Detail

IssueRenderContext

public IssueRenderContext(Issue issue)
Method Detail

getIssue

public Issue getIssue()

setIssue

public void setIssue(Issue issue)

getParams

public Map getParams()

addParam

public void addParam(Object key,
                     Object value)

getParam

public Object getParam(Object key)


Copyright © 2002-2013 Atlassian. All Rights Reserved.