Class ReformatRenderingEngine

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

@Deprecated public class ReformatRenderingEngine extends AbstractTransformationRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
This class is the implementation of the RenditionService's "reformat" action/rendering. This action renders a piece of content in the specified target MIME type. This is achieved using one of the standard transformers within the ContentService.

Reformatting in this way is a simple conversion of one MIME type to another MIME type, without any other changes to the content. Therefore there is no support within this action for altering the content e.g. image cropping/resizing.

Since:
3.3
Author:
Neil McErlean