org.eclipse.birt.chart.script
Interface IExternalContext

All Superinterfaces:
java.io.Serializable

public interface IExternalContext
extends java.io.Serializable

This interface defines an common context adapter which provide scriptable context object or plain context object.


Method Summary
 java.lang.Object getObject()
          Returns the plain context object which is used in pure java environment.
 org.mozilla.javascript.Scriptable getScriptable()
          Returns the scriptable context object which is used in the javascript environment.
 

Method Detail

getScriptable

org.mozilla.javascript.Scriptable getScriptable()
Returns the scriptable context object which is used in the javascript environment.

Returns:

getObject

java.lang.Object getObject()
Returns the plain context object which is used in pure java environment.

Returns:


Copyright © 2005-2008 Actuate Corp. All rights reserved.