Package org.xwiki.rendering.renderer
Interface BlockRenderer
-
@Role public interface BlockRendererRenders aBlockin some target syntax.- Since:
- 2.0M3
- Version:
- $Id: 84242bda29141de888b1109a0cb643049a008e41 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(Collection<Block> blocks, WikiPrinter printer)voidrender(Block block, WikiPrinter printer)
-
-
-
Method Detail
-
render
void render(Block block, WikiPrinter printer)
- Parameters:
block- the block to render in the target syntaxprinter- the object where to output the result of the rendering
-
render
void render(Collection<Block> blocks, WikiPrinter printer)
- Parameters:
blocks- the list of blocks to render in the target syntaxprinter- the object where to output the result of the rendering
-
-