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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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: