Package io.meeds.social.html.plugin
Interface HtmlTransformerPlugin
public interface HtmlTransformerPlugin
-
Method Summary
Modifier and TypeMethodDescriptiontransform(String html, HtmlTransformerContext context) Transforms the HTML input into content ready to display
-
Method Details
-
transform
Transforms the HTML input into content ready to display- Parameters:
html- HTML inputcontext- HTML transformation context of typeHtmlTransformerContext- Returns:
- transformed HTML output
-