Skip navigation links
D F H M P R S T U W 

D

DEFAULT_DELIMITER - Static variable in class pl.chilldev.commons.text.slugifier.SimpleSlugifier
Default separator.

F

firstParagraph(String) - Static method in class pl.chilldev.commons.text.html.Utils
Fetches first paragraph of text.
format(String, String) - Static method in class pl.chilldev.commons.text.html.Utils
Formats the text.
Formatter - Class in pl.chilldev.commons.text
Text formats handler.
Formatter() - Constructor for class pl.chilldev.commons.text.Formatter
 
FormatterInterface - Interface in pl.chilldev.commons.text.formatter
Source format handler interface.

H

HtmlFormatter - Class in pl.chilldev.commons.text.formatter
(X)HTML format handler.
HtmlFormatter() - Constructor for class pl.chilldev.commons.text.formatter.HtmlFormatter
 

M

MarkdownFormatter - Class in pl.chilldev.commons.text.formatter
Markdown format handler.
MarkdownFormatter() - Constructor for class pl.chilldev.commons.text.formatter.MarkdownFormatter
 

P

pl.chilldev.commons.text - package pl.chilldev.commons.text
 
pl.chilldev.commons.text.formatter - package pl.chilldev.commons.text.formatter
 
pl.chilldev.commons.text.html - package pl.chilldev.commons.text.html
 
pl.chilldev.commons.text.slugifier - package pl.chilldev.commons.text.slugifier
 
PlainTextFormatter - Class in pl.chilldev.commons.text.formatter
Plain text format handler.
PlainTextFormatter() - Constructor for class pl.chilldev.commons.text.formatter.PlainTextFormatter
 

R

REGEX_FIRSTPARAGRAPH - Static variable in class pl.chilldev.commons.text.html.Utils
First paragraph pattern.
registerFormatter(String, FormatterInterface) - Method in class pl.chilldev.commons.text.Formatter
Registers format handler.

S

setDelimiter(String) - Method in class pl.chilldev.commons.text.slugifier.SimpleSlugifier
Separator for URL parts.
setFormatter(Formatter) - Static method in class pl.chilldev.commons.text.html.Utils
Registers new text formatting handler.
SimpleSlugifier - Class in pl.chilldev.commons.text.slugifier
Simple implementation of slugifier.
SimpleSlugifier() - Constructor for class pl.chilldev.commons.text.slugifier.SimpleSlugifier
 
Slugifier - Interface in pl.chilldev.commons.text.slugifier
Interface for URL slug generators.
slugify(String) - Method in class pl.chilldev.commons.text.slugifier.SimpleSlugifier
Generates URL slug for given text.
slugify(String...) - Method in class pl.chilldev.commons.text.slugifier.SimpleSlugifier
Generates URL slug for given set of text.
slugify(String) - Method in interface pl.chilldev.commons.text.slugifier.Slugifier
Generates URL slug for given text.
slugify(String...) - Method in interface pl.chilldev.commons.text.slugifier.Slugifier
Generates URL slug for given set of text.
SUFFIX_DEFAULT - Static variable in class pl.chilldev.commons.text.html.Utils
Default suffix.

T

TextProcessingException - Exception in pl.chilldev.commons.text
Error occuring during text processing.
TextProcessingException(String) - Constructor for exception pl.chilldev.commons.text.TextProcessingException
Constructor with error message.
TextProcessingException(String, Throwable) - Constructor for exception pl.chilldev.commons.text.TextProcessingException
Constructor with error message and root cause.
transform(String) - Method in interface pl.chilldev.commons.text.formatter.FormatterInterface
Transforms source text into (X)HTML.
transform(String) - Method in class pl.chilldev.commons.text.formatter.HtmlFormatter
Transforms source text into (X)HTML.
transform(String) - Method in class pl.chilldev.commons.text.formatter.MarkdownFormatter
Transforms source text into (X)HTML.
transform(String) - Method in class pl.chilldev.commons.text.formatter.PlainTextFormatter
Transforms source text into (X)HTML.
transform(String, String) - Method in class pl.chilldev.commons.text.Formatter
Transforms text from given form.
truncate(String, int, String, boolean) - Static method in class pl.chilldev.commons.text.html.Utils
Truncates text.
truncate(String, int, String) - Static method in class pl.chilldev.commons.text.html.Utils
Truncates text.
truncate(String, int, boolean) - Static method in class pl.chilldev.commons.text.html.Utils
Truncates text.
truncate(String, int) - Static method in class pl.chilldev.commons.text.html.Utils
Truncates text.

U

urlEncode(String) - Static method in class pl.chilldev.commons.text.html.Utils
Wrapper function that encodes URLs using UTF-8 encoding.
Utils - Class in pl.chilldev.commons.text.html
Various HTML text processing utilities.
Utils() - Constructor for class pl.chilldev.commons.text.html.Utils
 

W

WORDBOUND_PATTERN - Static variable in class pl.chilldev.commons.text.html.Utils
Word bound matchind regexp.
D F H M P R S T U W 
Skip navigation links

Copyright © 2015–2017 RafaƂ Wrzeszcz - Wrzasq.pl. All rights reserved.