public class StreamingHtmlOutputProcessor extends AbstractOutputProcessor implements HtmlOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES| Constructor and Description |
|---|
StreamingHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Renderer |
createRenderer(LayoutProcess layoutProcess) |
OutputProcessorMetaData |
getMetaData() |
HtmlPrinter |
getPrinter() |
protected void |
processPageContent(LogicalPageKey logicalPageKey,
LogicalPageBox logicalPage) |
void |
setPrinter(HtmlPrinter printer) |
createInputFeed, createLogicalPage, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, processingPagesFinished, setPageCursorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInputFeed, createModelBuilder, createNormalizer, getConfiguration, getLogicalPage, getLogicalPageCount, getPageCursor, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingFinished, setPageCursorpublic StreamingHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
public OutputProcessorMetaData getMetaData()
getMetaData in interface OutputProcessorpublic Renderer createRenderer(LayoutProcess layoutProcess)
createRenderer in interface OutputProcessorprotected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
processPageContent in class AbstractOutputProcessorpublic HtmlPrinter getPrinter()
getPrinter in interface HtmlOutputProcessorpublic void setPrinter(HtmlPrinter printer)
setPrinter in interface HtmlOutputProcessor