Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Enhanced the context in report engine to support multiple context objects.

Title: CHECKIN: Enhanced the context in report engine to support multiple context objects.

- Summary:
Enhanced the context in report engine to support multiple context objects.

- Bugzilla Bug (s) Resolved:
None

- Description:
This checkin enhanced the report engine context to support multiple context objects. The context in engine task is now a map which could contain multiple context objects in a name-value pair format. This checkin also modified  the HTMLReportEmitter and the callers (ReportRunner and viewer) accordingly.

- Tests Description:
Tested it by viewing reports that contains data sets, images and charts in both HTML format and PDF format.

- Files Edited:
\org.eclipse.birt.report.engine\src\org\eclipse\birt\report\engine\api\IEngineTask.java
\org.eclipse.birt.report.engine\src\org\eclipse\birt\report\engine\api\ReportRunner.java
\org.eclipse.birt.report.engine\src\org\eclipse\birt\report\engine\api\impl\EngineTask.java
\org.eclipse.birt.report.engine\src\org\eclipse\birt\report\engine\executor\ExecutionContext.java
\org.eclipse.birt.report.engine.emitter.html\src\org\eclipse\birt\report\engine\emitter\html\HTMLReportEmitter.java
\org.eclipse.birt.report.viewer\birt\WEB-INF\classes\org\eclipse\birt\report\viewer\aggregation\layout\EngineFragment.java

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:


Back to the top