Uses of Interface
com.vladsch.flexmark.html.UriContentResolverFactory
-
Packages that use UriContentResolverFactory Package Description com.vladsch.flexmark.ext.jekyll.tag com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
)com.vladsch.flexmark.html.renderer -
-
Uses of UriContentResolverFactory in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag with type parameters of type UriContentResolverFactory Modifier and Type Field Description static DataKey<java.util.List<UriContentResolverFactory>>
JekyllTagExtension. CONTENT_RESOLVER_FACTORIES
-
Uses of UriContentResolverFactory in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html with parameters of type UriContentResolverFactory Modifier and Type Method Description @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 Modifier and Type Class Description static class
FileUriContentResolver.Factory
-