Package io.meeds.social.html.plugin
Interface HtmlProcessorPlugin
public interface HtmlProcessorPlugin
-
Method Summary
Modifier and TypeMethodDescriptionprocess(String html, HtmlProcessorContext context) Process the HTML input into content before storing in database
-
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
-