org.xwiki.rendering.renderer.printer
Class VoidWikiPrinter
java.lang.Object
org.xwiki.rendering.renderer.printer.VoidWikiPrinter
- All Implemented Interfaces:
- WikiPrinter
public final class VoidWikiPrinter
- extends Object
- implements WikiPrinter
A WikiPrinter implementation which does not do anything.
- Version:
- $Id: 97801fdc2f1eb96c94f217c1325b8cb0a600edef $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VOIDWIKIPRINTER
public static final VoidWikiPrinter VOIDWIKIPRINTER
- Unique instance of
VoidWikiPrinter.
print
public void print(String text)
- Specified by:
print in interface WikiPrinter
- Parameters:
text - print the provided String.
println
public void println(String text)
- Specified by:
println in interface WikiPrinter
- Parameters:
text - print the provided String and add a new line.
Copyright © 2004–2014 XWiki. All rights reserved.