org.eclipse.birt.data.engine.api
Interface IDataScriptEngine


public interface IDataScriptEngine


Field Summary
static java.lang.String ENGINE_NAME
           
 
Method Summary
 org.mozilla.javascript.Context getJSContext(org.eclipse.birt.core.script.ScriptContext context)
           
 org.mozilla.javascript.Scriptable getJSScope(org.eclipse.birt.core.script.ScriptContext context)
           
 

Field Detail

ENGINE_NAME

static final java.lang.String ENGINE_NAME
See Also:
Constant Field Values
Method Detail

getJSContext

org.mozilla.javascript.Context getJSContext(org.eclipse.birt.core.script.ScriptContext context)

getJSScope

org.mozilla.javascript.Scriptable getJSScope(org.eclipse.birt.core.script.ScriptContext context)


Copyright © 2008 Actuate Corp. All rights reserved.