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


public interface PortalPageLinkRenderer

Creates a URL given a dashboard.

Since:
v4.4.1

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

Method Detail

render

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.