com.atlassian.renderer.links
Class UrlLink
java.lang.Object
com.atlassian.renderer.links.Link
com.atlassian.renderer.links.BaseLink
com.atlassian.renderer.links.UrlLink
public class UrlLink
- extends BaseLink
|
Method Summary |
String |
getLinkAttributes()
This is a method that will allow a link to set any additional attributes that are related to
the specific link type. |
| Methods inherited from class com.atlassian.renderer.links.Link |
getIconName, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, getWikiDestination, getWikiTitle, isAliasSpecified, isRelativeUrl |
EXTERNAL_ICON
public static final String EXTERNAL_ICON
- See Also:
- Constant Field Values
MAILTO_ICON
public static final String MAILTO_ICON
- See Also:
- Constant Field Values
UrlLink
public UrlLink(String url,
String linkBody)
UrlLink
public UrlLink(GenericLinkParser parser)
getLinkAttributes
public String getLinkAttributes()
- Description copied from class:
Link
- This is a method that will allow a link to set any additional attributes that are related to
the specific link type. i.e. - if a link wants to set a css style, then this would be the
place.
- Overrides:
getLinkAttributes in class Link
- Returns:
- a string containing the param that will be included within the anchor tag.
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.