Uses of Package
org.nibor.autolink
-
Packages that use org.nibor.autolink 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 -
Classes in org.nibor.autolink used by org.nibor.autolink Class Description LinkExtractor Extracts links from input.LinkExtractor.Builder Builder for configuring link extractor.LinkExtractor.LinkIterator LinkRenderer Deprecated.useLinkExtractor.extractSpans(CharSequence)
instead.LinkSpan Information for an extracted link.LinkType Type of extracted link.Span A reference to a piece of the input text, either a link (seeLinkSpan
) or plain text. -
Classes in org.nibor.autolink used by org.nibor.autolink.internal Class Description LinkSpan Information for an extracted link.LinkType Type of extracted link.Span A reference to a piece of the input text, either a link (seeLinkSpan
) or plain text.