Uses of Interface
com.vladsch.flexmark.html.UriContentResolverFactory
Packages that use UriContentResolverFactory
-
Uses of UriContentResolverFactory in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag with type parameters of type UriContentResolverFactoryModifier and TypeFieldDescriptionstatic final DataKey<List<UriContentResolverFactory>>
JekyllTagExtension.CONTENT_RESOLVER_FACTORIES
-
Uses of UriContentResolverFactory in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html with parameters of type UriContentResolverFactoryModifier and TypeMethodDescription@NotNull HtmlRenderer.Builder
HtmlRenderer.Builder.contentResolverFactory
(@NotNull UriContentResolverFactory contentResolverFactory) Add a factory for resolving URI to content@NotNull RendererBuilder
RendererBuilder.contentResolverFactory
(@NotNull UriContentResolverFactory contentResolverFactory) Add a factory for resolving URI to content -
Uses of UriContentResolverFactory in com.vladsch.flexmark.html.renderer
Classes in com.vladsch.flexmark.html.renderer that implement UriContentResolverFactory