Package org.xwiki.rendering.renderer.printer
-
Interface Summary Interface Description WikiPrinter Printer forPrintRenderers. -
Class Summary Class Description DefaultWikiPrinter Printer using aStringBufferas the underlying output target.LookaheadWikiPrinter Wiki printer that allows deferring printing text and that instead can save it in some internal buffer.VoidWikiPrinter A WikiPrinter implementation which does not do anything.WrappingWikiPrinter Wraps a wiki printer.WriterWikiPrinter Printer using aWriteras the underlying output target.