Class HtmlProcessorServiceImpl

java.lang.Object
io.meeds.social.html.service.HtmlProcessorServiceImpl
All Implemented Interfaces:
io.meeds.social.html.service.HtmlProcessorService

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

    • HtmlProcessorServiceImpl

      public HtmlProcessorServiceImpl()
  • Method Details

    • addPlugin

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

      public void removePlugin(io.meeds.social.html.plugin.HtmlProcessorPlugin plugin)
      Specified by:
      removePlugin in interface io.meeds.social.html.service.HtmlProcessorService
    • process

      public String process(String html, io.meeds.social.html.model.HtmlProcessorContext context)
      Specified by:
      process in interface io.meeds.social.html.service.HtmlProcessorService