Class HtmlTransformerServiceImpl

java.lang.Object
io.meeds.social.html.service.HtmlTransformerServiceImpl
All Implemented Interfaces:
io.meeds.social.html.service.HtmlTransformerService

@Service public class HtmlTransformerServiceImpl extends Object implements io.meeds.social.html.service.HtmlTransformerService
  • Constructor Details

    • HtmlTransformerServiceImpl

      public HtmlTransformerServiceImpl()
  • Method Details

    • addPlugin

      public void addPlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin)
      Specified by:
      addPlugin in interface io.meeds.social.html.service.HtmlTransformerService
    • removePlugin

      public void removePlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin)
      Specified by:
      removePlugin in interface io.meeds.social.html.service.HtmlTransformerService
    • transform

      public String transform(String html, io.meeds.social.html.model.HtmlTransformerContext context)
      Specified by:
      transform in interface io.meeds.social.html.service.HtmlTransformerService