| Package | Description |
|---|---|
| com.vladsch.flexmark.html.renderer |
| Modifier and Type | Field and Description |
|---|---|
static LinkType |
LinkType.IMAGE |
static LinkType |
LinkType.IMAGE_REF |
static LinkType |
LinkType.LINK |
static LinkType |
LinkType.LINK_REF |
| Modifier and Type | Method and Description |
|---|---|
LinkType |
ResolvedLink.getLinkType() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedLink |
LinkResolverContext.resolveLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes,
Boolean urlEncode)
Resolve link for rendering.
|
ResolvedLink |
LinkResolverContext.resolveLink(LinkType linkType,
CharSequence url,
Boolean urlEncode)
Resolve link for rendering.
|
ResolvedLink |
ResolvedLink.withLinkType(LinkType linkType) |
| Constructor and Description |
|---|
ResolvedLink(LinkType linkType,
CharSequence url) |
ResolvedLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes) |
ResolvedLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes,
LinkStatus status) |
Copyright © 2018. All rights reserved.