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 LinkStatus
ZzzzzzExtension. 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 HtmlWriter
HtmlWriter. 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 LinkStatus
LinkStatus. INVALID
private @NotNull LinkStatus
ResolvedLink. myStatus
static LinkStatus
LinkStatus. NOT_FOUND
private @NotNull LinkStatus
ResolvedContent. status
static LinkStatus
LinkStatus. UNCHECKED
static LinkStatus
LinkStatus. UNKNOWN
static LinkStatus
LinkStatus. VALID
Methods in com.vladsch.flexmark.html.renderer that return LinkStatus Modifier and Type Method Description @NotNull LinkStatus
ResolvedContent. getStatus()
@NotNull LinkStatus
ResolvedLink. getStatus()
Methods in com.vladsch.flexmark.html.renderer with parameters of type LinkStatus Modifier and Type Method Description ResolvedContent
ResolvedContent. withStatus(@NotNull LinkStatus status)
ResolvedLink
ResolvedLink. 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)
-