This extension point allows to prepare appcontext object which is passed to report design.
2.3.0
The following is a sample usage of the appcontext extension point:
<p>
<pre>
<extension
point="org.eclipse.birt.report.viewer.appcontext"
name = "My AppContext">
<appcontext
id="AppContext1"
class="org.eclipse.birt.report.viewer.FileAppContext">
</appcontext>
<appcontext
id="AppContext2"
class="org.eclipse.birt.report.viewer.DBAppContext">
</appcontext>
</extension>
</pre>
<p>
Notice that in this example, the same class is used for both PDF and FO format. BIRT currently uses FO to generate both FO and PDF output.
None
Copyright (c) 2005 Actuate Corporation. All rights reserved. This program and
the accompanying materials are made available under the terms of the Eclipse
Public License v1.0 which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html<br><br>
Contributors: Actuate Corporation - initial API and implementation