com.atlassian.jira.plugin.webfragment.model
Interface SimpleLink

All Superinterfaces:
SimpleLinkSection
All Known Implementing Classes:
SimpleLinkImpl

public interface SimpleLink
extends SimpleLinkSection

A simple link representation.

Since:
v4.0

Method Summary
 java.lang.String getAccessKey()
          The access key used to quickly select link
 java.lang.String getUrl()
          The URL that the link points to.
 
Methods inherited from interface com.atlassian.jira.plugin.webfragment.model.SimpleLinkSection
getIconUrl, getId, getLabel, getStyleClass, getTitle
 

Method Detail

getUrl

@NotNull
java.lang.String getUrl()
The URL that the link points to. This should never be null.

Returns:
The URL that the link points to

getAccessKey

java.lang.String getAccessKey()
The access key used to quickly select link

Returns:
The access key used to quickly select link


Copyright © 2002-2010 Atlassian. All Rights Reserved.