org.xwiki.rendering.renderer.printer
public class WrappingWikiPrinter extends Object implements WikiPrinter
| Constructor and Description |
|---|
WrappingWikiPrinter(WikiPrinter printer) |
public WrappingWikiPrinter(WikiPrinter printer)
public void print(String text)
print in interface WikiPrintertext - print the provided String.public void println(String text)
println in interface WikiPrintertext - print the provided String and add a new line.public WikiPrinter getWrappedPrinter()
Copyright © 2004-2013 XWiki. All Rights Reserved.