org.pentaho.reporting.engine.classic.core.modules.output.table.html
Class AllItemsHtmlPrinter

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlPrinter
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.AllItemsHtmlPrinter
All Implemented Interfaces:
HtmlContentGenerator

public class AllItemsHtmlPrinter
extends HtmlPrinter

Creation-Date: 08.05.2007, 20:04:44

Author:
Thomas Morgner

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlPrinter
XHTML_NAMESPACE
 
Constructor Summary
AllItemsHtmlPrinter(org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 
Method Summary
 void print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlPrinter
applyHtmlAttributes, fixLengthForSafari, getContentLocation, getContentNameGenerator, getDataLocation, getDataNameGenerator, getDocumentContentItem, getRegisteredName, getResourceManager, getUrlRewriter, isRegistered, produceTextStyle, registerContent, registerFailure, setContentWriter, setDataWriter, setUrlRewriter, translateHorizontalAlignment, writeImage, writeRaw
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllItemsHtmlPrinter

public AllItemsHtmlPrinter(org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
Method Detail

print

public void print(LogicalPageKey logicalPageKey,
                  LogicalPageBox logicalPage,
                  TableContentProducer contentProducer,
                  OutputProcessorMetaData metaData,
                  boolean incremental)
           throws ContentProcessingException
Overrides:
print in class HtmlPrinter
Throws:
ContentProcessingException