| Interface | Description |
|---|---|
| ContentLinkResolver |
Resolves parsed content links into Link objects.
|
| LinkBodyRenderer |
A simple little interface to allow us to plug renderers for link bodies.
|
| LinkContext |
Marker interface for the context in which a link is being rendered
|
| LinkRenderer |
Implemented by the renderer to convert a Link object into something that makes sense in the
rendered context.
|
| LinkResolver |
Converts some arbitrary text (i.e.
|
| Class | Description |
|---|---|
| BaseLink | |
| GenericLinkParser | |
| Link |
A link that can be rendered in a page.
|
| UnpermittedLink |
A link to a resource that exists, but that the current user is not permitted to access.
|
| 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
|
| UrlLink |
Copyright © 2019 Atlassian. All rights reserved.