org.eclipse.birt.report.engine.extension
Interface IPreparationContext

All Superinterfaces:
org.eclipse.birt.report.engine.api.script.IReportContext

public interface IPreparationContext
extends org.eclipse.birt.report.engine.api.script.IReportContext


Method Summary
 java.lang.ClassLoader getApplicationClassLoader()
           
 void prepare(org.eclipse.birt.report.model.api.DesignElementHandle handle)
           
 void triggerEvent(org.eclipse.birt.report.model.api.DesignElementHandle handle)
           
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.IReportContext
deleteGlobalVariable, deletePersistentGlobalVariable, evaluate, getAppContext, getDesignHandle, getGlobalVariable, getHttpServletRequest, getLocale, getMessage, getMessage, getMessage, getMessage, getOutputFormat, getParameterDisplayText, getParameterValue, getPersistentGlobalVariable, getRenderOption, getReportRunnable, getResource, getResourceRenderURL, getTaskType, getTimeZone, setGlobalVariable, setParameterDisplayText, setParameterValue, setPersistentGlobalVariable
 

Method Detail

getApplicationClassLoader

java.lang.ClassLoader getApplicationClassLoader()

prepare

void prepare(org.eclipse.birt.report.model.api.DesignElementHandle handle)
             throws org.eclipse.birt.core.exception.BirtException
Throws:
org.eclipse.birt.core.exception.BirtException

triggerEvent

void triggerEvent(org.eclipse.birt.report.model.api.DesignElementHandle handle)
                  throws org.eclipse.birt.core.exception.BirtException
Throws:
org.eclipse.birt.core.exception.BirtException


Copyright © 2008 Actuate Corp. All rights reserved.