public final class

IssueLinkContext

extends Object
java.lang.Object
   ↳ com.atlassian.jira.plugin.viewissue.issuelink.IssueLinkContext

Class Overview

Issue link context object. Used by the velocity template renderer.

Summary

Public Methods
boolean equals(Object o)
String getDeleteUrl()
String getHtml()
String getHtmlElementId()
Long getId()
Map<StringObject> getMap()
int hashCode()
boolean isRemote()
boolean isRequiresAsyncLoading()
static IssueLinkContext newLocalIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, Map<StringObject> map)
static IssueLinkContext newRemoteIssueLinkContext(String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public String getDeleteUrl ()

public String getHtml ()

public String getHtmlElementId ()

public Long getId ()

public Map<StringObject> getMap ()

public int hashCode ()

public boolean isRemote ()

public boolean isRequiresAsyncLoading ()

public static IssueLinkContext newLocalIssueLinkContext (String htmlElementId, String deleteUrl, boolean remote, Map<StringObject> map)

public static IssueLinkContext newRemoteIssueLinkContext (String htmlElementId, String deleteUrl, boolean remote, String html, Long id, boolean requiresAsyncLoading)

public String toString ()