Uses of Interface
org.nibor.autolink.LinkRenderer
-
Packages that use LinkRenderer Package Description org.nibor.autolink Extract links such as URLs and email addresses from plain text (seeLinkExtractor) and process the text by rendering the links (seeAutolink). -
-
Uses of LinkRenderer in org.nibor.autolink
Methods in org.nibor.autolink with parameters of type LinkRenderer Modifier and Type Method Description static java.lang.StringAutolink. renderLinks(java.lang.CharSequence input, java.lang.Iterable<LinkSpan> links, LinkRenderer linkRenderer)Deprecated.useLinkExtractor.extractSpans(CharSequence)instead
-