public class UrlLink extends BaseLink
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTERNAL_ICON |
static String |
MAILTO_ICON |
aliasSpecified, iconName, linkBody, relativeUrl, title, titleArgs, titleKey, url, wikiDestination, wikiTitle| Constructor and Description |
|---|
UrlLink(GenericLinkParser parser) |
UrlLink(String url,
String linkBody) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkAttributes()
This is a method that will allow a link to set any additional attributes that are related to
the specific link type.
|
String |
getUnencodedUrl()
Vulnerable to XSS attacks unless escaped elsewhere.
|
equals, getOriginalParser, hashCode, setI18nTitle, setTitlegetIconName, getLinkBody, getOriginalLinkText, getTitle, getTitleArgs, getTitleKey, getUnpermittedLinkBody, getUrl, getWikiDestination, getWikiTitle, isAliasSpecified, isRelativeUrlpublic static final String EXTERNAL_ICON
public static final String MAILTO_ICON
public UrlLink(GenericLinkParser parser)
public String getLinkAttributes()
LinkgetLinkAttributes in class Linkpublic String getUnencodedUrl()
Copyright © 2019 Atlassian. All rights reserved.