Package org.nibor.autolink
Interface LinkRenderer
-
@Deprecated public interface LinkRendererDeprecated.useLinkExtractor.extractSpans(CharSequence)instead.Renderer for a link
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidrender(LinkSpan link, java.lang.CharSequence input, java.lang.StringBuilder output)Deprecated.Render the supplied link of the input text to the supplied output.
-
-
-
Method Detail
-
render
void render(LinkSpan link, java.lang.CharSequence input, java.lang.StringBuilder output)
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
-
-