org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
Class ReportWriterContext

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext
Direct Known Subclasses:
ReportWriter

public class ReportWriterContext
extends Object

Creation-Date: Jan 22, 2007, 3:06:53 PM

Author:
Thomas Morgner

Constructor Summary
ReportWriterContext(AbstractReportDefinition reportDefinition, ReportWriterContext parent)
           
 
Method Summary
 ClassFactoryCollector getClassFactoryCollector()
           
 DataSourceCollector getDataSourceCollector()
           
 ElementFactoryCollector getElementFactoryCollector()
           
 AbstractReportDefinition getReport()
           
 StyleKeyFactoryCollector getStyleKeyFactoryCollector()
           
 TemplateCollector getTemplateCollector()
           
 boolean hasParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportWriterContext

public ReportWriterContext(AbstractReportDefinition reportDefinition,
                           ReportWriterContext parent)
Method Detail

getReport

public AbstractReportDefinition getReport()

getClassFactoryCollector

public ClassFactoryCollector getClassFactoryCollector()

getElementFactoryCollector

public ElementFactoryCollector getElementFactoryCollector()

getStyleKeyFactoryCollector

public StyleKeyFactoryCollector getStyleKeyFactoryCollector()

getTemplateCollector

public TemplateCollector getTemplateCollector()

getDataSourceCollector

public DataSourceCollector getDataSourceCollector()

hasParent

public boolean hasParent()