Package org.xwiki.rendering.renderer.printer
-
Interface Summary Interface Description WikiPrinter Printer forPrintRenderer
s. -
Class Summary Class Description DefaultWikiPrinter Printer using aStringBuffer
as 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 aWriter
as the underlying output target.