java.lang.Object |
↳ |
com.microstrategy.web.blocks.renderers.AbstractRenderer |
Known Direct Subclasses
JsonRenderer |
This class is used to render the contents of a Block in
JavaScript Object Notation (JSON) format. |
XmlRenderer |
This class is the renderer that converts a Block tree into XML Element Normal
Form. |
|
Known Indirect Subclasses
DiagnosticJsonRenderer |
A diagnostic version of the JsonRenderer that includes the block name in the
generated JSON. |
XmlRendererANF |
This class is the renderer that converts a Block tree into XML Attribute Normal
Form. |
|
Class Overview
This is a simple base class for a renderer.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.microstrategy.web.blocks.renderers.Renderer
|
Fields
Public Constructors
public
AbstractRenderer
()
Public Methods
public
void
setEncoderChain
(ContentEncoderChain encoderChain)
Set up the encoder chain for the renderer.
Parameters
encoderChain |
- The contentEncoderChain object containing the list of encoders. |