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(String baseUrl)
           
IssueConstantWebComponent(VelocityRequestContextFactory velocityRequestContextFactory)
           
 
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(VelocityRequestContextFactory velocityRequestContextFactory)

IssueConstantWebComponent

public IssueConstantWebComponent(String baseUrl)
Method Detail

getHtml

public String getHtml(IssueConstant issueConstant,
                      String imgClass)

getHtml

public String getHtml(IssueConstant issueConstant)


Copyright © 2002-2012 Atlassian. All Rights Reserved.