Uses of Interface
org.nibor.autolink.LinkSpan
-
Packages that use LinkSpan 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).org.nibor.autolink.internal -
-
Uses of LinkSpan in org.nibor.autolink
Fields in org.nibor.autolink declared as LinkSpan Modifier and Type Field Description private LinkSpanLinkExtractor.LinkIterator. nextprivate LinkSpanLinkExtractor.SpanIterator. nextLinkMethods in org.nibor.autolink that return LinkSpan Modifier and Type Method Description LinkSpanLinkExtractor.LinkIterator. next()Methods in org.nibor.autolink that return types with arguments of type LinkSpan Modifier and Type Method Description java.lang.Iterable<LinkSpan>LinkExtractor. extractLinks(java.lang.CharSequence input)Extract the links from the input text.Methods in org.nibor.autolink with parameters of type LinkSpan Modifier and Type Method Description voidLinkRenderer. render(LinkSpan link, java.lang.CharSequence input, java.lang.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 LinkSpan 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 -
Uses of LinkSpan in org.nibor.autolink.internal
Classes in org.nibor.autolink.internal that implement LinkSpan Modifier and Type Class Description classLinkSpanImplMethods in org.nibor.autolink.internal that return LinkSpan Modifier and Type Method Description LinkSpanEmailScanner. scan(java.lang.CharSequence input, int triggerIndex, int rewindIndex)LinkSpanScanner. scan(java.lang.CharSequence input, int triggerIndex, int rewindIndex)LinkSpanUrlScanner. scan(java.lang.CharSequence input, int triggerIndex, int rewindIndex)LinkSpanWwwScanner. scan(java.lang.CharSequence input, int triggerIndex, int rewindIndex)
-