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 classWikiLinkLinkResolver.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 classZzzzzzLinkResolver.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. linkResolverFactoriesMethods in com.vladsch.flexmark.formatter with parameters of type LinkResolverFactory Modifier and Type Method Description @NotNull Formatter.BuilderFormatter.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 classMergeLinkResolver.Factory -
Uses of LinkResolverFactory in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverFactory Modifier and Type Class Description classIndependentLinkResolverFactoryFields 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. linkResolverFactoriesMethods in com.vladsch.flexmark.html with parameters of type LinkResolverFactory Modifier and Type Method Description @NotNull HtmlRenderer.BuilderHtmlRenderer.Builder. linkResolverFactory(@NotNull LinkResolverFactory linkResolverFactory)Add a factory for instantiating a node renderer (done when rendering).@NotNull RendererBuilderRendererBuilder. linkResolverFactory(@NotNull LinkResolverFactory linkResolverFactory)Add a factory for resolving links in markdown to URI used in rendering
-