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.
|
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
SaClassicConnectorImpl.getRendition(Element element,
Options options)
Returns the rendition object from a rendered document.
|
List<Rendition> |
SaClassicConnector.getRendition(Element element,
Options options)
Returns the rendition object from a rendered document.
|
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
RenderEngine.render(com.saperion.common.io.InputStreamDescriptor content,
Options options)
Loads the content that should be rendered with the specified options and creates the list
containing the renditions.
|
List<Rendition> |
BaseRenderEngine.render(com.saperion.common.io.InputStreamDescriptor content,
Options options)
Loads the content that should be rendered with the specified options and creates the list
containing the renditions.
|
abstract List<Rendition> |
BaseRenderEngine.safeRender(com.saperion.common.io.InputStreamDescriptor content,
SourceFormat format,
Options options)
Creates the collection of
instances which represent rendered
content incl. |
Modifier and Type | Class and Description |
---|---|
class |
BaseRendition
BaseRendition abstract class specifies the TargetFormat of the rendered
file. |
class |
FileSystemRendition |
Modifier and Type | Method and Description |
---|---|
static List<Rendition> |
Renditions.create(String originalFilename,
TargetFormat target,
WrappedFile... files)
Creates a list of renditions.
|
static List<Rendition> |
Renditions.create(String originalFilename,
TargetFormat target,
WrappedFile file)
Creates a list of renditions.
|
Constructor and Description |
---|
RenditionClosingInputStream(InputStream delegate,
Rendition rendition)
Creates a new RenditionClosingInputStream.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.