Class BlockWriterRegistry
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.fm.extensions.BlockWriterRegistry
-
public class BlockWriterRegistry extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,BlockWriter>
blockMap
-
Constructor Summary
Constructors Constructor Description BlockWriterRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBlock(String name, BlockWriter bw)
BlockWriter
getBlock(String name)
-
-
-
Field Detail
-
blockMap
protected final Map<String,BlockWriter> blockMap
-
-
Method Detail
-
addBlock
public void addBlock(String name, BlockWriter bw)
-
getBlock
public BlockWriter getBlock(String name)
-
-