Class WikiBlockWriter
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.wiki.WikiWriter
-
- org.nuxeo.ecm.platform.rendering.wiki.extensions.WikiBlockWriter
-
- All Implemented Interfaces:
WikiText
,org.wikimodel.wem.IWikiPrinter
public class WikiBlockWriter extends WikiWriter
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected String
blockName
-
Fields inherited from class org.nuxeo.ecm.platform.rendering.wiki.WikiWriter
dynamicSegments, LINE_SEP, log, parent, sb, segments
-
-
Constructor Summary
Constructors Constructor Description WikiBlockWriter(WikiWriter parent, String blockName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(WikiSerializerHandler handler, Writer writer)
-
-
-
Field Detail
-
blockName
protected final String blockName
-
-
Constructor Detail
-
WikiBlockWriter
public WikiBlockWriter(WikiWriter parent, String blockName)
-
-
Method Detail
-
writeTo
public void writeTo(WikiSerializerHandler handler, Writer writer) throws IOException
- Specified by:
writeTo
in interfaceWikiText
- Overrides:
writeTo
in classWikiWriter
- Throws:
IOException
-
-