java.lang.Object | |||
↳ | com.microstrategy.web.blocks.renderers.AbstractRenderer | ||
↳ | com.microstrategy.web.blocks.renderers.JsonRenderer | ||
↳ | com.microstrategy.web.blocks.renderers.DiagnosticJsonRenderer |
A diagnostic version of the JsonRenderer that includes the block name in the generated JSON. It also generates statistics on the Blocks processed and sends it to STDERR (System.err).
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BLOCK_PROP_BLOCK_NAME | The name of the property that is used to hold the block name. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DiagnosticJsonRenderer() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MarkupOutput | generateMarkup(BlockContext bContext, Block block) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The name of the property that is used to hold the block name.