Uses of Interface
com.vladsch.flexmark.html.UriContentResolver
-
Packages that use UriContentResolver Package Description com.vladsch.flexmark.ext.jekyll.tag.internal com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.html.renderer -
-
Uses of UriContentResolver in com.vladsch.flexmark.ext.jekyll.tag.internal
Fields in com.vladsch.flexmark.ext.jekyll.tag.internal with type parameters of type UriContentResolver Modifier and Type Field Description (package private) java.util.List<UriContentResolver>IncludeNodePostProcessor. contentResolvers -
Uses of UriContentResolver in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as UriContentResolver Modifier and Type Field Description static UriContentResolverUriContentResolver. NULLMethods in com.vladsch.flexmark.html that return UriContentResolver Modifier and Type Method Description @NotNull UriContentResolverUriContentResolverFactory. apply(@NotNull LinkResolverBasicContext context) -
Uses of UriContentResolver in com.vladsch.flexmark.html.renderer
Classes in com.vladsch.flexmark.html.renderer that implement UriContentResolver Modifier and Type Class Description classFileUriContentResolverMethods in com.vladsch.flexmark.html.renderer that return UriContentResolver Modifier and Type Method Description @NotNull UriContentResolverFileUriContentResolver.Factory. apply(@NotNull LinkResolverBasicContext context)
-