public class ReportContextImpl extends java.lang.Object implements ReportContext
Constructor and Description |
---|
ReportContextImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.Object key) |
java.lang.String |
getExportDescriptor() |
org.pentaho.reporting.libraries.formula.FormulaContext |
getFormulaContext() |
LayoutControllerFactory |
getLayoutControllerFactory() |
ReportStructureRoot |
getReportStructureRoot() |
ResourceBundleFactory |
getResourceBundleFactory() |
boolean |
isSystemAttribute(java.lang.Object key) |
void |
setAttribute(java.lang.Object key,
java.lang.Object value) |
void |
setExportDescriptor(java.lang.String exportDescriptor) |
void |
setFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext formulaContext) |
void |
setLayoutControllerFactory(LayoutControllerFactory layoutControllerFactory) |
void |
setReportStructureRoot(ReportStructureRoot reportStructureRoot) |
void |
setResourceBundleFactory(ResourceBundleFactory resourceBundleFactory) |
void |
setSystemAttribute(java.lang.Object key,
java.lang.Object value) |
public void setReportStructureRoot(ReportStructureRoot reportStructureRoot)
public ReportStructureRoot getReportStructureRoot()
getReportStructureRoot
in interface ReportContext
public java.lang.String getExportDescriptor()
getExportDescriptor
in interface ReportContext
public void setExportDescriptor(java.lang.String exportDescriptor)
public org.pentaho.reporting.libraries.formula.FormulaContext getFormulaContext()
getFormulaContext
in interface ReportContext
public void setFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext formulaContext)
public LayoutControllerFactory getLayoutControllerFactory()
getLayoutControllerFactory
in interface ReportContext
public void setLayoutControllerFactory(LayoutControllerFactory layoutControllerFactory)
public void setAttribute(java.lang.Object key, java.lang.Object value)
setAttribute
in interface ReportContext
public void setSystemAttribute(java.lang.Object key, java.lang.Object value)
public java.lang.Object getAttribute(java.lang.Object key)
getAttribute
in interface ReportContext
public boolean isSystemAttribute(java.lang.Object key)
public ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory
in interface ReportContext
public void setResourceBundleFactory(ResourceBundleFactory resourceBundleFactory)