Uses of Interface
org.shredzone.commons.text.TextFilter
Packages that use TextFilter
-
Uses of TextFilter in org.shredzone.commons.text.filter
Classes in org.shredzone.commons.text.filter that implement TextFilterModifier and TypeClassDescriptionclassA filter that converts Markdown to HTML, but adding GitHub Flavored Markdown.classEscapes a plain text so it can be safely used in HTML.classA simple filter that keeps the text unchanged.classA filter that detects links in a text, and creates an HTML <a> tag around each link.classA filter that converts Markdown to HTML.classA filter that detects HTML hyperlinks, and adds arel="nofollow"attribute.classA filter that normalizes EOL markers.classA filter that detects paragraphs and surrounds them with a HTML<p>container.classA filter that simplifies a HTML text.classA filter that detects smily sequences, and replaces them with an image.classA filter that strips HTML markup from a text.classA filter that converts Textile markup to HTML.