@Deprecated public class ContentRenderer extends Object implements Renderer
| Constructor and Description |
|---|
ContentRenderer(S_LibrarySession session)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
renderAsReader(S_LibraryObject slo,
Hashtable options)
Deprecated.
Renders the specified LibraryObject as a Reader.
|
InputStream |
renderAsStream(S_LibraryObject slo,
Hashtable options)
Deprecated.
Renders the specified LibraryObject as an InputStream.
|
public ContentRenderer(S_LibrarySession session)
public InputStream renderAsStream(S_LibraryObject slo, Hashtable options) throws IfsException
RendererrenderAsStream in interface Rendererslo - the object to be renderedoptions - any Renderer-specific optionsIfsException - (IFS-12401) if the operation failspublic Reader renderAsReader(S_LibraryObject slo, Hashtable options) throws IfsException
renderAsReader in interface Rendererslo - the object to be renderedoptions - any Renderer-specific optionsIfsException - (IFS-12402) if the operation failsCopyright © 2025. All rights reserved.