Uses of Interface
com.saperion.connector.renditions.Rendition
Packages that use Rendition
Package
Description
This package contains the main classic connector classes.
Base-classes for render engines.
Renditions are the result of a rendering-process.
The external render engine uses an external application for rendering.
-
Uses of Rendition in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type RenditionModifier and TypeMethodDescriptionSaClassicConnector.getRendition(Element element, Options options) Returns the rendition object from a rendered document.SaClassicConnectorImpl.getRendition(Element element, Options options) -
Uses of Rendition in com.saperion.connector.render.engine
Methods in com.saperion.connector.render.engine that return types with arguments of type RenditionModifier and TypeMethodDescriptionBaseRenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.RenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.BaseRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options) Creates the collection ofinstances which represent rendered content incl.Rendition -
Uses of Rendition in com.saperion.connector.renditions
Classes in com.saperion.connector.renditions that implement RenditionModifier and TypeClassDescriptionclassBaseRenditionabstract class specifies theTargetFormatof the rendered file.classMethods in com.saperion.connector.renditions that return types with arguments of type RenditionModifier and TypeMethodDescriptionRenditions.create(String originalFilename, TargetFormat target, WrappedFile file) Creates a list of renditions.Renditions.create(String originalFilename, TargetFormat target, WrappedFile... files) Creates a list of renditions.Constructors in com.saperion.connector.renditions with parameters of type RenditionModifierConstructorDescriptionRenditionClosingInputStream(InputStream delegate, Rendition rendition) Creates a new RenditionClosingInputStream. -
Uses of Rendition in com.saperion.connector.renditions.isys
Methods in com.saperion.connector.renditions.isys that return types with arguments of type RenditionModifier and TypeMethodDescriptionISYSRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options)