Uses of Interface
com.vladsch.flexmark.html.LinkResolverFactory
Packages that use LinkResolverFactory
-
Uses of LinkResolverFactory in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag with type parameters of type LinkResolverFactoryModifier and TypeFieldDescriptionstatic final DataKey<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 -
Uses of LinkResolverFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkResolverFactory -
Uses of LinkResolverFactory in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type LinkResolverFactoryModifier and TypeFieldDescription(package private) List<LinkResolverFactory>
Formatter.Builder.linkResolverFactories
(package private) final List<LinkResolverFactory>
Formatter.linkResolverFactories
Methods in com.vladsch.flexmark.formatter with parameters of type LinkResolverFactoryModifier and TypeMethodDescription@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 -
Uses of LinkResolverFactory in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement LinkResolverFactoryFields in com.vladsch.flexmark.html with type parameters of type LinkResolverFactoryModifier and TypeFieldDescription(package private) List<LinkResolverFactory>
HtmlRenderer.Builder.linkResolverFactories
(package private) final List<LinkResolverFactory>
HtmlRenderer.linkResolverFactories
Methods in com.vladsch.flexmark.html with parameters of type LinkResolverFactoryModifier and TypeMethodDescription@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