@Role
public interface BlockRenderer
Block in some target syntax.| Modifier and Type | Method and Description |
|---|---|
void |
render(Block block,
WikiPrinter printer) |
void |
render(Collection<Block> blocks,
WikiPrinter printer) |
void render(Block block, WikiPrinter printer)
block - the block to render in the target syntaxprinter - the object where to output the result of the renderingvoid render(Collection<Block> blocks, WikiPrinter printer)
blocks - the list of blocks to render in the target syntaxprinter - the object where to output the result of the renderingCopyright © 2004–2020 XWiki. All rights reserved.