Class VoidWikiPrinter
java.lang.Object
org.xwiki.rendering.renderer.printer.VoidWikiPrinter
- All Implemented Interfaces:
WikiPrinter
A WikiPrinter implementation which does not do anything.
- Version:
- $Id: cf9b8e05cee50b2c9fd5b89d9b8a0079ab659d9d $
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VoidWikiPrinterUnique instance ofVoidWikiPrinter. -
Method Summary
-
Field Details
-
VOIDWIKIPRINTER
Unique instance ofVoidWikiPrinter.
-
-
Method Details
-
print
- Specified by:
printin interfaceWikiPrinter- Parameters:
text- print the providedString.
-
println
- Specified by:
printlnin interfaceWikiPrinter- Parameters:
text- print the providedStringand add a new line.
-