public StreamingHtmlOutputProcessor(final Configuration configuration)
{
super(configuration);
FontRegistry fontRegistry = new AWTFontRegistry();
FontStorage fontStorage = new DefaultFontStorage(fontRegistry);
this.metaData = new HtmlOutputProcessorMetaData
(fontStorage, HtmlOutputProcessorMetaData.PAGINATION_NONE);
ContentLocation contentLocation = new DummyRepository().getRoot();
NameGenerator contentNameGenerator = new DefaultNameGenerator(contentLocation);