Class CompositeRenderingEngine

All Implemented Interfaces:
ActionExecuter, LoggingAwareExecuter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

@Deprecated public class CompositeRenderingEngine extends AbstractRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This RenderingEngine is used for rendering CompositeRenditionDefinitions, which specify a list of RenditionDefinitions. The CompositeRenderingEngine iterates over the RenditionDefinitions sequentially and feeds the output of one definition in as the input of the next definition. The output of the last definition executed is the output of this rendering engine.
Author:
Nick Smith