public interface

PortalPageLinkRenderer

com.atlassian.jira.web.action.user.PortalPageLinkRenderer

Class Overview

Creates a URL given a dashboard.

Summary

Public Methods
String render(Long id, String name)
Creates an <a> tag the name of the dashboard.

Public Methods

public String render (Long id, String name)

Creates an <a> tag the name of the dashboard.

Parameters
id the id of the dashboard.
name the name of the dashboard.
Returns
  • a String containing the entire html tag that links the name of the filter.