Class AbstractRenderer
- java.lang.Object
 - 
- com.microstrategy.web.blocks.renderers.AbstractRenderer
 
 
- 
- All Implemented Interfaces:
 Renderer
- Direct Known Subclasses:
 JsonRenderer,XmlRenderer
public abstract class AbstractRenderer extends java.lang.Object implements Renderer
This is a simple base class for a renderer.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected ContentEncoderChaincontentEncoders 
- 
Constructor Summary
Constructors Constructor Description AbstractRenderer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEncoderChain(ContentEncoderChain encoderChain)Set up the encoder chain for the renderer.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.microstrategy.web.blocks.renderers.Renderer
generateMarkup 
 - 
 
 - 
 
- 
- 
Field Detail
- 
contentEncoders
protected ContentEncoderChain contentEncoders
- Since:
 - MicroStrategy Web 9.0.1
 
 
 - 
 
- 
Method Detail
- 
setEncoderChain
public void setEncoderChain(ContentEncoderChain encoderChain)
Description copied from interface:RendererSet up the encoder chain for the renderer.- Specified by:
 setEncoderChainin interfaceRenderer- Parameters:
 encoderChain- - The contentEncoderChain object containing the list of encoders.- Since:
 - MicroStrategy Web 9.0.1
 
 
 - 
 
 -