org.kotemaru.wsjs.ssjs
クラス SsjsContextFactory

java.lang.Object
  上位を拡張 org.mozilla.javascript.ContextFactory
      上位を拡張 org.kotemaru.wsjs.ssjs.SsjsContextFactory

public class SsjsContextFactory
extends org.mozilla.javascript.ContextFactory


入れ子のクラスの概要
 
クラス org.mozilla.javascript.ContextFactory から継承された入れ子のクラス/インタフェース
org.mozilla.javascript.ContextFactory.Listener
 
コンストラクタの概要
SsjsContextFactory()
           
 
メソッドの概要
protected  java.lang.Object doTopCall(org.mozilla.javascript.Callable callable, org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, java.lang.Object[] args)
           
protected  org.mozilla.javascript.Context makeContext()
           
protected  void observeInstructionCount(org.mozilla.javascript.Context cx, int instructionCount)
           
 
クラス org.mozilla.javascript.ContextFactory から継承されたメソッド
addListener, call, checkNotSealed, createClassLoader, enter, enterContext, enterContext, exit, getApplicationClassLoader, getE4xImplementationFactory, getGlobal, hasExplicitGlobal, hasFeature, initApplicationClassLoader, initGlobal, isSealed, onContextCreated, onContextReleased, removeListener, seal
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SsjsContextFactory

public SsjsContextFactory()
メソッドの詳細

makeContext

protected org.mozilla.javascript.Context makeContext()
オーバーライド:
クラス org.mozilla.javascript.ContextFactory 内の makeContext

doTopCall

protected java.lang.Object doTopCall(org.mozilla.javascript.Callable callable,
                                     org.mozilla.javascript.Context cx,
                                     org.mozilla.javascript.Scriptable scope,
                                     org.mozilla.javascript.Scriptable thisObj,
                                     java.lang.Object[] args)
オーバーライド:
クラス org.mozilla.javascript.ContextFactory 内の doTopCall

observeInstructionCount

protected void observeInstructionCount(org.mozilla.javascript.Context cx,
                                       int instructionCount)
オーバーライド:
クラス org.mozilla.javascript.ContextFactory 内の observeInstructionCount


Copyright © 2009 kotemaru.