Class ResolvedLink
java.lang.Object
com.vladsch.flexmark.html.renderer.ResolvedLink
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable MutableAttributes
private final @NotNull LinkType
private final @NotNull LinkStatus
private final @NotNull String
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedLink
(@NotNull LinkType linkType, @NotNull CharSequence url) ResolvedLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes) ResolvedLink
(@NotNull LinkType linkType, CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
@Nullable Attributes
@NotNull LinkType
@NotNull MutableAttributes
@NotNull Attributes
@NotNull String
@NotNull LinkStatus
@Nullable String
getTitle()
@NotNull String
getUrl()
int
hashCode()
withLinkType
(@NotNull LinkType linkType) withStatus
(@NotNull LinkStatus status) @NotNull ResolvedLink
withTarget
(@Nullable CharSequence target) @NotNull ResolvedLink
withTitle
(@Nullable CharSequence title) @NotNull ResolvedLink
withUrl
(@NotNull CharSequence url)
-
Field Details
-
myLinkType
-
myUrl
-
myStatus
-
myAttributes
-
-
Constructor Details
-
ResolvedLink
-
ResolvedLink
public ResolvedLink(@NotNull @NotNull LinkType linkType, @NotNull @NotNull CharSequence url, @Nullable @Nullable Attributes attributes) -
ResolvedLink
public ResolvedLink(@NotNull @NotNull LinkType linkType, CharSequence url, @Nullable @Nullable Attributes attributes, @NotNull @NotNull LinkStatus status)
-
-
Method Details