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.exceptions |
Rendering exceptions.
|
Modifier and Type | Method and Description |
---|---|
List<Rendition> |
SaClassicConnectorImpl.getRendition(Element element,
Options options) |
List<Rendition> |
SaClassicConnector.getRendition(Element element,
Options options) |
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 |
FormatNotSupportedException
Exception thrown when the rendering engine does not support the requested format.
|
class |
PreconditionFailedException
Exception thrown when a precondition was violated.
|
Copyright © 2016 SAPERION AG. All rights reserved.