Package io.meeds.social.html.utils
Class HtmlUtils
java.lang.Object
io.meeds.social.html.utils.HtmlUtils
-
Method Details
-
process
Process the HTML input into content before storing in database- Parameters:
html- HTML inputcontext- HTML processor context of typeHtmlProcessorContext- Returns:
- processed HTML output
-
transform
public static String transform(String html, io.meeds.social.html.model.HtmlTransformerContext context) Transforms the HTML input into content ready to display- Parameters:
html- HTML inputcontext- HTML transformation context of typeHtmlTransformerContext- Returns:
- transformed HTML output
-