Package org.nibor.autolink
package org.nibor.autolink
Extract links such as URLs and email addresses from plain text (see
LinkExtractor) and
process the text by rendering the links (see Autolink).-
ClassDescriptionUtility class for processing text with links.Extracts links from input.Builder for configuring link extractor.Deprecated.Information for an extracted link.Type of extracted link.A reference to a piece of the input text, either a link (see
LinkSpan) or plain text.
LinkExtractor.extractSpans(CharSequence)instead.