public interface RenderAsRandomAccessContentContext extends RenderContext
Modifier and Type | Method and Description |
---|---|
RandomAccessContentInterface |
getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
boolean |
getWriteable()
Gets the Writeable boolean flag.
|
void |
setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
void |
setWriteable(boolean writeable)
Gets the Writeable boolean flag.
|
getLibraryObject, getRendererName, getRendererOptions, getRendererType, setLibraryObject, setRendererName, setRendererOptions, setRendererType
clear
boolean getWriteable() throws IfsException
IfsException
void setWriteable(boolean writeable) throws IfsException
IfsException
RandomAccessContentInterface getRandomAccessContent() throws IfsException
IfsException
void setRandomAccessContent(RandomAccessContentInterface in) throws IfsException
IfsException
Copyright © 2023. All rights reserved.