com.atlassian.jira.web.component
Class IssueConstantWebComponent

java.lang.Object
  extended by com.atlassian.jira.web.component.IssueConstantWebComponent

public class IssueConstantWebComponent
extends Object

Component that is used to render issue constants images. This is the equiv of the macro "displayConstantIcon".

Since:
v4.4

Constructor Summary
IssueConstantWebComponent()
           
 
Method Summary
 String getHtml(IssueConstant issueConstant)
           
 String getHtml(IssueConstant issueConstant, String imgClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueConstantWebComponent

public IssueConstantWebComponent()
Method Detail

getHtml

public String getHtml(IssueConstant issueConstant,
                      String imgClass)

getHtml

public String getHtml(IssueConstant issueConstant)


Copyright © 2002-2013 Atlassian. All Rights Reserved.