public class Autolink extends Object
| Constructor and Description |
|---|
Autolink() |
| Modifier and Type | Method and Description |
|---|---|
static String |
renderLinks(CharSequence input,
Iterable<LinkSpan> links,
LinkRenderer linkRenderer)
Render the supplied links from the supplied input text using a renderer.
|
public static String renderLinks(CharSequence input, Iterable<LinkSpan> links, LinkRenderer linkRenderer)
input - the input textlinks - the links to render, see LinkExtractor to extract themlinkRenderer - the link rendering implementationCopyright © 2016. All rights reserved.