Uses of Interface
org.nibor.autolink.LinkRenderer
Packages that use LinkRenderer
Package
Description
Extract links such as URLs and email addresses from plain text (see
LinkExtractor
) and
process the text by rendering the links (see Autolink
).-
Uses of LinkRenderer in org.nibor.autolink
Methods in org.nibor.autolink with parameters of type LinkRendererModifier and TypeMethodDescriptionstatic String
Autolink.renderLinks
(CharSequence input, Iterable<LinkSpan> links, LinkRenderer linkRenderer) Deprecated.
LinkExtractor.extractSpans(CharSequence)
instead