Package com.saperion.connector.renditions
Renditions are the result of a rendering-process.
-
Interface Summary Interface Description Rendition ARendition
interface, generated by the render engine that represents incoming content stream and outgoing format of the rendered file. -
Class Summary Class Description BaseRendition BaseRendition
abstract class specifies theTargetFormat
of the rendered file.FileSystemRendition RenditionClosingInputStream This class links anInputStream
to aRendition
so that the rendition will be closed when the InputStream is closed.Renditions Utility class with methods to create and work with renditions.WrappedFile A wrapper around a file that will be used to create a rendition.