Uses of Class
com.vladsch.flexmark.html.renderer.LinkType
-
Packages that use LinkType Package Description com.vladsch.flexmark.ext.wikilink com.vladsch.flexmark.formatter com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
)com.vladsch.flexmark.html.renderer com.vladsch.flexmark.html2md.converter -
-
Uses of LinkType in com.vladsch.flexmark.ext.wikilink
Fields in com.vladsch.flexmark.ext.wikilink declared as LinkType Modifier and Type Field Description static LinkType
WikiLinkExtension. WIKI_LINK
-
Uses of LinkType in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type LinkType Modifier and Type Field Description private java.util.HashMap<LinkType,java.util.HashMap<java.lang.String,ResolvedLink>>
Formatter.MainNodeFormatter. resolvedLinkMap
Methods in com.vladsch.flexmark.formatter with parameters of type LinkType Modifier and Type Method Description @NotNull ResolvedLink
Formatter.MainNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
(package private) ResolvedLink
Formatter.MainNodeFormatter. resolveLink(NodeFormatterSubContext context, LinkType linkType, java.lang.CharSequence url, Attributes attributes)
@NotNull ResolvedLink
Formatter.MainNodeFormatter.SubNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
Formatter.MainNodeFormatter.SubNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, java.lang.Boolean urlEncode)
-
Uses of LinkType in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type LinkType Modifier and Type Field Description private java.util.HashMap<LinkType,java.util.HashMap<java.lang.String,ResolvedLink>>
HtmlRenderer.MainNodeRenderer. resolvedLinkMap
Methods in com.vladsch.flexmark.html with parameters of type LinkType Modifier and Type Method Description @NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer.SubNodeRenderer. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer.SubNodeRenderer. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, java.lang.Boolean urlEncode)
-
Uses of LinkType in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as LinkType Modifier and Type Field Description static LinkType
LinkType. IMAGE
static LinkType
LinkType. IMAGE_REF
static LinkType
LinkType. LINK
static LinkType
LinkType. LINK_REF
private @NotNull LinkType
ResolvedLink. myLinkType
Methods in com.vladsch.flexmark.html.renderer that return LinkType Modifier and Type Method Description @NotNull LinkType
ResolvedLink. getLinkType()
Methods in com.vladsch.flexmark.html.renderer with parameters of type LinkType Modifier and Type Method Description @NotNull ResolvedLink
LinkResolverContext. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable Attributes attributes, @Nullable java.lang.Boolean urlEncode)
Resolve link for rendering.default @NotNull ResolvedLink
LinkResolverContext. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable java.lang.Boolean urlEncode)
Resolve link for rendering.ResolvedLink
ResolvedLink. withLinkType(@NotNull LinkType linkType)
Constructors in com.vladsch.flexmark.html.renderer with parameters of type LinkType Constructor Description ResolvedLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url)
ResolvedLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable Attributes attributes)
ResolvedLink(@NotNull LinkType linkType, java.lang.CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status)
-
Uses of LinkType in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter with parameters of type LinkType Modifier and Type Method Description @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlNodeConverterContext. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable Attributes attributes, @Nullable java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlNodeConverterContext. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable java.lang.Boolean urlEncode)
-