Class ResolvedLink
java.lang.Object
com.vladsch.flexmark.html.renderer.ResolvedLink
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable MutableAttributesprivate final @NotNull LinkTypeprivate final @NotNull LinkStatusprivate 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 StringgetTitle()@NotNull StringgetUrl()inthashCode()withLinkType(@NotNull LinkType linkType) withStatus(@NotNull LinkStatus status) @NotNull ResolvedLinkwithTarget(@Nullable CharSequence target) @NotNull ResolvedLinkwithTitle(@Nullable CharSequence title) @NotNull ResolvedLinkwithUrl(@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
-
getAttributes
-
getNonNullAttributes
-
getMutableAttributes
-
withLinkType
-
withStatus
-
getLinkType
-
getStatus
-
withUrl
-
getUrl
-
getPageRef
-
getAnchorRef
-
withTitle
-
getTitle
-
withTarget
-
getTarget
-
equals
-
hashCode
-