Deprecated.
Renderer for a link
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(LinkSpan link, CharSequence input, StringBuilder output) Deprecated.Render the supplied link of the input text to the supplied output.
-
Method Details
-
render
Deprecated.Render the supplied link of the input text to the supplied output.- Parameters:
link
- the link span of the link to renderinput
- the input text where the link occursoutput
- the output to write the link to
-
LinkExtractor.extractSpans(CharSequence)
instead.