org.eclipse.birt.core.script
Class CoreJavaScriptInitializer

java.lang.Object
  extended by org.eclipse.birt.core.script.CoreJavaScriptInitializer
All Implemented Interfaces:
IJavascriptInitializer

public class CoreJavaScriptInitializer
extends java.lang.Object
implements IJavascriptInitializer


Constructor Summary
CoreJavaScriptInitializer()
           
 
Method Summary
 void initialize(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope)
          intialize the context and scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreJavaScriptInitializer

public CoreJavaScriptInitializer()
Method Detail

initialize

public void initialize(org.mozilla.javascript.Context cx,
                       org.mozilla.javascript.Scriptable scope)
Description copied from interface: IJavascriptInitializer
intialize the context and scope.

Specified by:
initialize in interface IJavascriptInitializer
Parameters:
cx - context.
scope - scope.


Copyright © 2008 Actuate Corp. All rights reserved.