com.atlassian.jira.web.action.filter
Interface FilterLinkRenderer


public interface FilterLinkRenderer

Creates a URL given a filter.

Since:
v3.13

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

Method Detail

render

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

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.