Uses of Interface
com.saperion.connector.renditions.Rendition
-
Packages that use Rendition Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.render.engine Base-classes for render engines.com.saperion.connector.renditions Renditions are the result of a rendering-process.com.saperion.connector.renditions.isys 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 Rendition Modifier and Type Method Description java.util.List<Rendition>
SaClassicConnector. getRendition(Element element, Options options)
Returns the rendition object from a rendered document.java.util.List<Rendition>
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 Rendition Modifier and Type Method Description java.util.List<Rendition>
BaseRenderEngine. render(InputStreamDescriptor content, Options options)
Loads the content that should be rendered with the specified options and creates the list containing the renditions.java.util.List<Rendition>
RenderEngine. render(InputStreamDescriptor content, Options options)
Loads the content that should be rendered with the specified options and creates the list containing the renditions.abstract java.util.List<Rendition>
BaseRenderEngine. safeRender(InputStreamDescriptor content, SourceFormat format, Options options)
Creates the collection of
instances which represent rendered content incl.Rendition
-
Uses of Rendition in com.saperion.connector.renditions
Classes in com.saperion.connector.renditions that implement Rendition Modifier and Type Class Description class
BaseRendition
BaseRendition
abstract class specifies theTargetFormat
of the rendered file.class
FileSystemRendition
Methods in com.saperion.connector.renditions that return types with arguments of type Rendition Modifier and Type Method Description static java.util.List<Rendition>
Renditions. create(java.lang.String originalFilename, TargetFormat target, WrappedFile file)
Creates a list of renditions.static java.util.List<Rendition>
Renditions. create(java.lang.String originalFilename, TargetFormat target, WrappedFile... files)
Creates a list of renditions.Constructors in com.saperion.connector.renditions with parameters of type Rendition Constructor Description RenditionClosingInputStream(java.io.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 Rendition Modifier and Type Method Description java.util.List<Rendition>
ISYSRenderEngine. safeRender(InputStreamDescriptor content, SourceFormat format, Options options)
-