Package io.meeds.social.html.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin) voidremovePlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin)
-
Constructor Details
-
HtmlTransformerServiceImpl
public HtmlTransformerServiceImpl()
-
-
Method Details
-
addPlugin
public void addPlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin) - Specified by:
addPluginin interfaceio.meeds.social.html.service.HtmlTransformerService
-
removePlugin
public void removePlugin(io.meeds.social.html.plugin.HtmlTransformerPlugin plugin) - Specified by:
removePluginin interfaceio.meeds.social.html.service.HtmlTransformerService
-
transform
- Specified by:
transformin interfaceio.meeds.social.html.service.HtmlTransformerService
-