Uses of Class
com.vladsch.flexmark.html.renderer.LinkType
Packages that use LinkType
-
Uses of LinkType in com.vladsch.flexmark.ext.wikilink
Fields in com.vladsch.flexmark.ext.wikilink declared as LinkType -
Uses of LinkType in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type LinkTypeModifier and TypeFieldDescriptionprivate final HashMap<LinkType, HashMap<String, ResolvedLink>> Formatter.MainNodeFormatter.resolvedLinkMapMethods in com.vladsch.flexmark.formatter with parameters of type LinkTypeModifier and TypeMethodDescription(package private) ResolvedLinkFormatter.MainNodeFormatter.resolveLink(NodeFormatterSubContext context, LinkType linkType, CharSequence url, Attributes attributes) @NotNull ResolvedLinkFormatter.MainNodeFormatter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFormatter.MainNodeFormatter.SubNodeFormatter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFormatter.MainNodeFormatter.SubNodeFormatter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) -
Uses of LinkType in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type LinkTypeModifier and TypeFieldDescriptionprivate HashMap<LinkType, HashMap<String, ResolvedLink>> HtmlRenderer.MainNodeRenderer.resolvedLinkMapMethods in com.vladsch.flexmark.html with parameters of type LinkTypeModifier and TypeMethodDescription@NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer.SubNodeRenderer.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer.SubNodeRenderer.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) -
Uses of LinkType in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as LinkTypeModifier and TypeFieldDescriptionstatic final LinkTypeLinkType.IMAGEstatic final LinkTypeLinkType.IMAGE_REFstatic final LinkTypeLinkType.LINKstatic final LinkTypeLinkType.LINK_REFprivate final @NotNull LinkTypeResolvedLink.myLinkTypeMethods in com.vladsch.flexmark.html.renderer that return LinkTypeMethods in com.vladsch.flexmark.html.renderer with parameters of type LinkTypeModifier and TypeMethodDescription@NotNull ResolvedLinkLinkResolverContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) Resolve link for rendering.default @NotNull ResolvedLinkLinkResolverContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Boolean urlEncode) Resolve link for rendering.ResolvedLink.withLinkType(@NotNull LinkType linkType) Constructors in com.vladsch.flexmark.html.renderer with parameters of type LinkTypeModifierConstructorDescriptionResolvedLink(@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) -
Uses of LinkType in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter with parameters of type LinkTypeModifier and TypeMethodDescription@NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) @NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) @NotNull ResolvedLinkHtmlNodeConverterContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) @NotNull ResolvedLinkHtmlNodeConverterContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Boolean urlEncode)