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 ReportContextpublic java.lang.String getExportDescriptor()
getExportDescriptor in interface ReportContextpublic void setExportDescriptor(java.lang.String exportDescriptor)
public org.pentaho.reporting.libraries.formula.FormulaContext getFormulaContext()
getFormulaContext in interface ReportContextpublic void setFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext formulaContext)
public LayoutControllerFactory getLayoutControllerFactory()
getLayoutControllerFactory in interface ReportContextpublic void setLayoutControllerFactory(LayoutControllerFactory layoutControllerFactory)
public void setAttribute(java.lang.Object key,
java.lang.Object value)
setAttribute in interface ReportContextpublic void setSystemAttribute(java.lang.Object key,
java.lang.Object value)
public java.lang.Object getAttribute(java.lang.Object key)
getAttribute in interface ReportContextpublic boolean isSystemAttribute(java.lang.Object key)
public ResourceBundleFactory getResourceBundleFactory()
getResourceBundleFactory in interface ReportContextpublic void setResourceBundleFactory(ResourceBundleFactory resourceBundleFactory)