Uses of Interface
com.vladsch.flexmark.html.LinkResolverFactory
-
Packages that use LinkResolverFactory Package Description com.vladsch.flexmark.ext.jekyll.tag com.vladsch.flexmark.ext.wikilink.internal com.vladsch.flexmark.ext.zzzzzz.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
) -
-
Uses of LinkResolverFactory in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag with type parameters of type LinkResolverFactory Modifier and Type Field Description static DataKey<java.util.List<LinkResolverFactory>>
JekyllTagExtension. LINK_RESOLVER_FACTORIES
-
Uses of LinkResolverFactory in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement LinkResolverFactory Modifier and Type Class Description static class
WikiLinkLinkResolver.Factory
-
Uses of LinkResolverFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkResolverFactory Modifier and Type Class Description static class
ZzzzzzLinkResolver.Factory
-
Uses of LinkResolverFactory in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type LinkResolverFactory Modifier and Type Field Description (package private) java.util.List<LinkResolverFactory>
Formatter.Builder. linkResolverFactories
(package private) java.util.List<LinkResolverFactory>
Formatter. linkResolverFactories
Methods in com.vladsch.flexmark.formatter with parameters of type LinkResolverFactory Modifier and Type Method Description @NotNull Formatter.Builder
Formatter.Builder. linkResolverFactory(@NotNull LinkResolverFactory linkResolverFactory)
Add a factory for instantiating a node renderer (done when rendering). -
Uses of LinkResolverFactory in com.vladsch.flexmark.formatter.internal
Classes in com.vladsch.flexmark.formatter.internal that implement LinkResolverFactory Modifier and Type Class Description static class
MergeLinkResolver.Factory
-
Uses of LinkResolverFactory in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverFactory Modifier and Type Class Description class
IndependentLinkResolverFactory
Fields in com.vladsch.flexmark.html with type parameters of type LinkResolverFactory Modifier and Type Field Description (package private) java.util.List<LinkResolverFactory>
HtmlRenderer.Builder. linkResolverFactories
(package private) java.util.List<LinkResolverFactory>
HtmlRenderer. linkResolverFactories
Methods in com.vladsch.flexmark.html with parameters of type LinkResolverFactory Modifier and Type Method Description @NotNull HtmlRenderer.Builder
HtmlRenderer.Builder. linkResolverFactory(@NotNull LinkResolverFactory linkResolverFactory)
Add a factory for instantiating a node renderer (done when rendering).@NotNull RendererBuilder
RendererBuilder. linkResolverFactory(@NotNull LinkResolverFactory linkResolverFactory)
Add a factory for resolving links in markdown to URI used in rendering
-