Uses of Interface
com.saperion.connector.render.engine.RenderEngine
Packages that use RenderEngine
Package
Description
Base-classes for render engines.
The external render engine uses an external application for rendering.
-
Uses of RenderEngine in com.saperion.connector.render.engine
Classes in com.saperion.connector.render.engine that implement RenderEngineModifier and TypeClassDescriptionclassRender engine base implementation which does necessary pre-checks.Methods in com.saperion.connector.render.engine with type parameters of type RenderEngineModifier and TypeMethodDescriptionstatic <T extends RenderEngine>
TRenderEngines.loadByClass(Class<T> engine) LoadRenderEngineinstance by providedEngineclass instance.Methods in com.saperion.connector.render.engine that return RenderEngineModifier and TypeMethodDescriptionstatic RenderEngineRenderEngines.loadByClassName(String className) LoadRenderEngineinstance by name.static RenderEngineRenderEngines.loadDefault()Load default rendering engine. -
Uses of RenderEngine in com.saperion.connector.renditions.isys
Classes in com.saperion.connector.renditions.isys that implement RenderEngineModifier and TypeClassDescriptionclassThe ISYSRenderEngine uses the ISYS executable for rendering.
The following additional options are required: externalApplicationPath: Absolute path to the ISYS executable used for rendering.