Interface | Description |
---|---|
Renderer |
A Renderer creates a representation of a LibraryObject in a certain format.
|
Class | Description |
---|---|
BaseRenderer |
The BaseRenderer class is a convenience class for
users to inherit and create renderers.
|
ContentRenderer | Deprecated
iFS 9.0.3 see release notes for more information
|
InMemoryRandomAccessContent |
InMemoryRandomAccessContent is an RandomAccessContentInterface object
which stores its data as an array of bytes, keeping the all the data
in memory.
|
SimpleTextRenderer |
A SimpleTextRenderer renders any LibraryObject as a series of attribute
name/value pairs.
|
SimpleXmlRenderer |
The SimpleXMLRenderer provides a convenient mapping between LibraryObjects
and XML.
|
ThrowExceptionRenderer | Deprecated
iFS 9.0.3 see release notes for more information
|
XmlRenderer |
An XMLRenderer creates a representation of a LibraryObject in
XML format.
|
Copyright © 2023. All rights reserved.