Uses of Class
com.vladsch.flexmark.html.renderer.LinkStatus
-
Packages that use LinkStatus Package Description com.vladsch.flexmark.ext.zzzzzz com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer)com.vladsch.flexmark.html.renderer -
-
Uses of LinkStatus in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz declared as LinkStatus Modifier and Type Field Description static LinkStatusZzzzzzExtension. LOCAL_ONLY -
Uses of LinkStatus in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html with parameters of type LinkStatus Modifier and Type Method Description @NotNull HtmlWriterHtmlWriter. withAttr(@NotNull LinkStatus status) -
Uses of LinkStatus in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as LinkStatus Modifier and Type Field Description static LinkStatusLinkStatus. INVALIDprivate @NotNull LinkStatusResolvedLink. myStatusstatic LinkStatusLinkStatus. NOT_FOUNDprivate @NotNull LinkStatusResolvedContent. statusstatic LinkStatusLinkStatus. UNCHECKEDstatic LinkStatusLinkStatus. UNKNOWNstatic LinkStatusLinkStatus. VALIDMethods in com.vladsch.flexmark.html.renderer that return LinkStatus Modifier and Type Method Description @NotNull LinkStatusResolvedContent. getStatus()@NotNull LinkStatusResolvedLink. getStatus()Methods in com.vladsch.flexmark.html.renderer with parameters of type LinkStatus Modifier and Type Method Description ResolvedContentResolvedContent. withStatus(@NotNull LinkStatus status)ResolvedLinkResolvedLink. withStatus(@NotNull LinkStatus status)Constructors in com.vladsch.flexmark.html.renderer with parameters of type LinkStatus Constructor Description ResolvedContent(@NotNull ResolvedLink resolvedLink, @NotNull LinkStatus status, @org.jetbrains.annotations.Nullable byte[] content)ResolvedLink(@NotNull LinkType linkType, java.lang.CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status)
-