Uses of Class
com.vladsch.flexmark.html.renderer.LinkStatus
Packages that use LinkStatus
-
Uses of LinkStatus in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz declared as LinkStatus -
Uses of LinkStatus in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html with parameters of type LinkStatusModifier and TypeMethodDescription@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 LinkStatusModifier and TypeFieldDescriptionstatic final LinkStatus
LinkStatus.INVALID
private final @NotNull LinkStatus
ResolvedLink.myStatus
static final LinkStatus
LinkStatus.NOT_FOUND
private final @NotNull LinkStatus
ResolvedContent.status
static final LinkStatus
LinkStatus.UNCHECKED
static final LinkStatus
LinkStatus.UNKNOWN
static final LinkStatus
LinkStatus.VALID
Methods in com.vladsch.flexmark.html.renderer that return LinkStatusModifier and TypeMethodDescription@NotNull LinkStatus
ResolvedContent.getStatus()
@NotNull LinkStatus
ResolvedLink.getStatus()
Methods in com.vladsch.flexmark.html.renderer with parameters of type LinkStatusModifier and TypeMethodDescriptionResolvedContent.withStatus
(@NotNull LinkStatus status) ResolvedLink.withStatus
(@NotNull LinkStatus status) Constructors in com.vladsch.flexmark.html.renderer with parameters of type LinkStatusModifierConstructorDescriptionResolvedContent
(@NotNull ResolvedLink resolvedLink, @NotNull LinkStatus status, @org.jetbrains.annotations.Nullable byte[] content) ResolvedLink
(@NotNull LinkType linkType, CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status)