public class IfsRenderAsRandomAccessContentContext extends IfsCommandContext implements RenderAsRandomAccessContentContext
Constructor and Description |
---|
IfsRenderAsRandomAccessContentContext()
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the CommandState. does not throw.
|
LibraryObject |
getLibraryObject()
Gets the LibraryObject to render.
|
RandomAccessContentInterface |
getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
String |
getRendererName()
Gets the RendererName.
|
Hashtable |
getRendererOptions()
Gets the RendererOptions.
|
String |
getRendererType()
Gets the RendererType.
|
boolean |
getWriteable()
Gets the Writeable boolean flag.
|
void |
setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
void |
setRendererName(String rendererName)
Sets the RendererName.
|
void |
setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
setRendererType(String rendererType)
Sets the RendererType.
|
void |
setWriteable(boolean writeable)
Gets the Writeable boolean flag.
|
public IfsRenderAsRandomAccessContentContext() throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibraryObject getLibraryObject() throws IfsException
getLibraryObject
in interface RenderContext
IfsException
public void setLibraryObject(LibraryObject lo) throws IfsException
setLibraryObject
in interface RenderContext
IfsException
public String getRendererType() throws IfsException
getRendererType
in interface RenderContext
IfsException
public void setRendererType(String rendererType) throws IfsException
setRendererType
in interface RenderContext
IfsException
public String getRendererName() throws IfsException
getRendererName
in interface RenderContext
IfsException
public void setRendererName(String rendererName) throws IfsException
setRendererName
in interface RenderContext
IfsException
public Hashtable getRendererOptions() throws IfsException
getRendererOptions
in interface RenderContext
IfsException
public void setRendererOptions(Hashtable rendererOptions) throws IfsException
setRendererOptions
in interface RenderContext
IfsException
public boolean getWriteable() throws IfsException
getWriteable
in interface RenderAsRandomAccessContentContext
IfsException
public void setWriteable(boolean writeable) throws IfsException
setWriteable
in interface RenderAsRandomAccessContentContext
IfsException
public RandomAccessContentInterface getRandomAccessContent() throws IfsException
getRandomAccessContent
in interface RenderAsRandomAccessContentContext
IfsException
public void setRandomAccessContent(RandomAccessContentInterface in) throws IfsException
setRandomAccessContent
in interface RenderAsRandomAccessContentContext
IfsException
Copyright © 2023. All rights reserved.