Uses of Class
org.alfresco.repo.rendition.executer.AbstractRenderingEngine
-
Packages that use AbstractRenderingEngine Package Description org.alfresco.repo.rendition.executer -
-
Uses of AbstractRenderingEngine in org.alfresco.repo.rendition.executer
Subclasses of AbstractRenderingEngine in org.alfresco.repo.rendition.executer Modifier and Type Class Description classAbstractTransformationRenderingEngineclassBaseTemplateRenderingEngineThis abstract class forms a basis for all rendering engines that are built around the Template Service.
A template must be specified either as aStringusing the PARAM_TEMPLATE parameter, as aNodeRefusing the PARAM_TEMPLATE_NODE parameter or as a file path location using the PARAM_TEMPLATE_PATH parameter.classCompositeRenderingEngineThis RenderingEngine is used for renderingCompositeRenditionDefinitions, which specify a list ofRenditionDefinitions.classFreemarkerRenderingEngineclassHTMLRenderingEngineThis class provides a way to turn documents supported by theContentServicestandard transformers into basic, clean HTML.classImageRenderingEngineThis class is the implementation of theRenditionService's "imageRenderingEngine" rendering engine.classReformatRenderingEngineThis class is the implementation of theRenditionService's "reformat" action/rendering.classXSLTRenderingEngine
-