Uses of Interface
org.nibor.autolink.LinkSpan
Packages that use LinkSpan
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 LinkSpan in org.nibor.autolink
Fields in org.nibor.autolink declared as LinkSpanModifier and TypeFieldDescriptionprivate LinkSpan
LinkExtractor.LinkIterator.next
private LinkSpan
LinkExtractor.SpanIterator.nextLink
Methods in org.nibor.autolink that return LinkSpanMethods in org.nibor.autolink that return types with arguments of type LinkSpanModifier and TypeMethodDescriptionLinkExtractor.extractLinks
(CharSequence input) Extract the links from the input text.Methods in org.nibor.autolink with parameters of type LinkSpanModifier and TypeMethodDescriptionvoid
LinkRenderer.render
(LinkSpan link, CharSequence input, StringBuilder output) Deprecated.Render the supplied link of the input text to the supplied output.Method parameters in org.nibor.autolink with type arguments of type LinkSpanModifier and TypeMethodDescriptionstatic String
Autolink.renderLinks
(CharSequence input, Iterable<LinkSpan> links, LinkRenderer linkRenderer) Deprecated. -
Uses of LinkSpan in org.nibor.autolink.internal
Classes in org.nibor.autolink.internal that implement LinkSpanMethods in org.nibor.autolink.internal that return LinkSpanModifier and TypeMethodDescriptionEmailScanner.scan
(CharSequence input, int triggerIndex, int rewindIndex) Scanner.scan
(CharSequence input, int triggerIndex, int rewindIndex) UrlScanner.scan
(CharSequence input, int triggerIndex, int rewindIndex) WwwScanner.scan
(CharSequence input, int triggerIndex, int rewindIndex)
LinkExtractor.extractSpans(CharSequence)
instead