| Modifier and Type | Method and Description |
|---|---|
List<Link> |
RenderContext.getExternalReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderContext.addExternalReference(Link link) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLink |
class |
UnpermittedLink
A link to a resource that exists, but that the current user is not permitted to access.
|
class |
UnresolvedLink
A link that should not be rendered as a link, either because it
attempts to point somewhere that doesn't exist
points somewhere the user has no access to
is the result of a parse error
|
class |
UrlLink |
| Modifier and Type | Method and Description |
|---|---|
Link |
ContentLinkResolver.createContentLink(RenderContext context,
GenericLinkParser parsedLink)
Given some parsed link text, convert it into a link object that can then be rendered into
the page.
|
Link |
LinkResolver.createLink(RenderContext context,
String linkText)
Given some link text, convert it into a link object that can then be rendered into
the page.
|
Link |
UnpermittedLink.getWrappedLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
LinkBodyRenderer.render(Link link,
RenderContext context)
Render the body of a link.
|
String |
LinkRenderer.renderLink(Link link,
RenderContext context)
Render a link as HTML, given a current PageContext.
|
| Constructor and Description |
|---|
UnpermittedLink(Link wrappedLink) |
UnresolvedLink(String originalLinkText,
Link unresolvedLink) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
V2LinkRenderer.getLinkTitle(Link link) |
String |
V2LinkRenderer.renderLink(Link link,
RenderContext renderContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlRendererComponent.handleUrlLink(Link link,
RenderContext renderContext,
String url) |
| Constructor and Description |
|---|
LinkDecorator(Link link) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WysiwygLinkHelper.getLinkInfoAttributes(Link link) |
Copyright © 2019 Atlassian. All rights reserved.