public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
protected static String |
escapeHtml(String html)
Escape an html string.
|
protected static String |
escapeHtmlAndTransformUrl(String html)
Escape an html string.
|
protected static String |
transformUrls(String feedText)
utility method that convert a url ina text in a clickable url by the browser
and if the user has just pasted a link, converts the link in: shared a link
|
protected static String escapeHtmlAndTransformUrl(String html)
html
- the html string to escapeprotected static String transformUrls(String feedText)
feedText
- Copyright © 2019. All Rights Reserved.