|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.internal.renderer.AbstractBlockRenderer
public abstract class AbstractBlockRenderer
Common code for BlockRender implementation that uses Print Renderer Factory.
| Constructor Summary | |
|---|---|
AbstractBlockRenderer()
|
|
| Method Summary | |
|---|---|
protected abstract PrintRendererFactory |
getPrintRendererFactory()
|
void |
render(Block block,
WikiPrinter printer)
|
void |
render(java.util.Collection<Block> blocks,
WikiPrinter printer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBlockRenderer()
| Method Detail |
|---|
protected abstract PrintRendererFactory getPrintRendererFactory()
PrintRenderer.
public void render(Block block,
WikiPrinter printer)
render in interface BlockRendererblock - the block to render in the target syntaxprinter - the object where to output the result of the renderingBlockRenderer.render(org.xwiki.rendering.block.Block, org.xwiki.rendering.renderer.printer.WikiPrinter)
public void render(java.util.Collection<Block> blocks,
WikiPrinter printer)
render in interface BlockRendererblocks - the list of blocks to render in the target syntaxprinter - the object where to output the result of the renderingBlockRenderer.render(java.util.Collection, org.xwiki.rendering.renderer.printer.WikiPrinter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||