php.java.script
Class CloseablePhpScriptEngine

java.lang.Object
  extended by javax.script.AbstractScriptEngine
      extended by php.java.script.SimplePhpScriptEngine
          extended by php.java.script.PhpScriptEngine
              extended by php.java.script.CloseablePhpScriptEngine
All Implemented Interfaces:
java.io.Closeable, ScriptEngine

 class CloseablePhpScriptEngine
extends PhpScriptEngine
implements java.io.Closeable


Field Summary
 
Fields inherited from class php.java.script.SimplePhpScriptEngine
continuation, ctx, env, name, processEnvironment, resultProxy, script, scriptClosure
 
Fields inherited from interface javax.script.ScriptEngine
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME
 
Constructor Summary
CloseablePhpScriptEngine()
          Create a new ScriptEngine with a default context.
CloseablePhpScriptEngine(PhpScriptEngineFactory factory)
          Create a new ScriptEngine from a factory.
 
Method Summary
 
Methods inherited from class php.java.script.PhpScriptEngine
eval, getStandardHeader
 
Methods inherited from class php.java.script.SimplePhpScriptEngine
close, createBindings, doEval, eval, eval, getContinuation, getFactory, getPhpScriptContext, getProcessEnvironment, initialize, release, setName, setNewContextFactory, setStandardEnvironmentValues
 
Methods inherited from class javax.script.AbstractScriptEngine
eval, eval, eval, eval, get, getBindings, getContext, getScriptContext, put, setBindings, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Closeable
close
 

Constructor Detail

CloseablePhpScriptEngine

public CloseablePhpScriptEngine()
Create a new ScriptEngine with a default context.


CloseablePhpScriptEngine

public CloseablePhpScriptEngine(PhpScriptEngineFactory factory)
Create a new ScriptEngine from a factory.

Parameters:
factory - The factory
See Also:
SimplePhpScriptEngine.getFactory()