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 UriContentResolver
UriContentResolver. NULL
Methods in com.vladsch.flexmark.html that return UriContentResolver Modifier and Type Method Description @NotNull UriContentResolver
UriContentResolverFactory. 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 class
FileUriContentResolver
Methods in com.vladsch.flexmark.html.renderer that return UriContentResolver Modifier and Type Method Description @NotNull UriContentResolver
FileUriContentResolver.Factory. apply(@NotNull LinkResolverBasicContext context)
-