|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Link in com.atlassian.renderer |
|---|
| Methods in com.atlassian.renderer with parameters of type Link | |
|---|---|
void |
RenderContext.addExternalReference(Link link)
|
| Uses of Link in com.atlassian.renderer.links |
|---|
| Subclasses of Link in com.atlassian.renderer.links | |
|---|---|
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
|
| Methods in com.atlassian.renderer.links that return Link | |
|---|---|
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,
java.lang.String linkText)
Given some link text, convert it into a link object that can then be rendered into the page. |
Link |
UnpermittedLink.getWrappedLink()
|
| Methods in com.atlassian.renderer.links with parameters of type Link | |
|---|---|
java.lang.String |
LinkBodyRenderer.render(Link link,
RenderContext context)
Render the body of a link. |
java.lang.String |
LinkRenderer.renderLink(Link link,
RenderContext context)
Render a link as HTML, given a current PageContext. |
| Constructors in com.atlassian.renderer.links with parameters of type Link | |
|---|---|
UnpermittedLink(Link wrappedLink)
|
|
UnresolvedLink(java.lang.String originalLinkText,
Link unresolvedLink)
|
|
| Uses of Link in com.atlassian.renderer.v2 |
|---|
| Methods in com.atlassian.renderer.v2 with parameters of type Link | |
|---|---|
protected java.lang.String |
V2LinkRenderer.getLinkTitle(Link link)
|
java.lang.String |
V2LinkRenderer.renderLink(Link link,
RenderContext renderContext)
|
| Uses of Link in com.atlassian.renderer.v2.components |
|---|
| Methods in com.atlassian.renderer.v2.components with parameters of type Link | |
|---|---|
java.lang.String |
UrlRendererComponent.handleUrlLink(Link link,
RenderContext renderContext,
java.lang.String url)
|
| Uses of Link in com.atlassian.renderer.v2.components.link |
|---|
| Constructors in com.atlassian.renderer.v2.components.link with parameters of type Link | |
|---|---|
LinkDecorator(Link link)
|
|
| Uses of Link in com.atlassian.renderer.wysiwyg |
|---|
| Methods in com.atlassian.renderer.wysiwyg with parameters of type Link | |
|---|---|
static java.lang.String |
WysiwygLinkHelper.getLinkInfoAttributes(Link link)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||