Interface RenderingEngine

All Known Implementing Classes:
DocumentRenderingEngine, FreemarkerRenderingEngine, NotificationsRenderingEngine

public interface RenderingEngine
A RenderingEngine will be instantiated by the RenderingService according with the descriptor specified for it. The specific implementation of a RenderingEngine must be in classpath for it to be instantiated and used.
Author:
Dragos Mihalache