php.java.script.servlet
Class CloseableInvocablePhpServletRemoteHttpServerScriptEngine

java.lang.Object
  extended by javax.script.AbstractScriptEngine
      extended by php.java.script.SimplePhpScriptEngine
          extended by php.java.script.InvocablePhpScriptEngine
              extended by php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine
                  extended by php.java.script.servlet.InvocablePhpServletRemoteHttpServerScriptEngine
                      extended by php.java.script.servlet.CloseableInvocablePhpServletRemoteHttpServerScriptEngine
All Implemented Interfaces:
java.io.Closeable, Invocable, ScriptEngine

 class CloseableInvocablePhpServletRemoteHttpServerScriptEngine
extends InvocablePhpServletRemoteHttpServerScriptEngine
implements java.io.Closeable


Field Summary
 
Fields inherited from class php.java.script.servlet.InvocablePhpServletRemoteHttpServerScriptEngine
localName
 
Fields inherited from class php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine
overrideHosts, port, protocol, proxy, req, res, scriptContext, servlet, servletCtx, url, webPath
 
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
protected CloseableInvocablePhpServletRemoteHttpServerScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.net.URI uri, java.lang.String localName)
           
 
Method Summary
 
Methods inherited from class php.java.script.servlet.InvocablePhpServletRemoteHttpServerScriptEngine
getPhpScriptContextFactory, setNewScriptFileContextFactory
 
Methods inherited from class php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine
eval, evalShortPath, getPhpScriptContext, getProxy, getURL, invoke, release, releaseReservedContinuation, reserveContinuation, setStandardEnvironmentValues
 
Methods inherited from class php.java.script.InvocablePhpScriptEngine
getInterface, getInterface, handleRelease, invoke, invokeFunction, invokeMethod
 
Methods inherited from class php.java.script.SimplePhpScriptEngine
close, createBindings, doEval, eval, eval, getContinuation, getFactory, initialize, setName, setNewContextFactory
 
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

CloseableInvocablePhpServletRemoteHttpServerScriptEngine

protected CloseableInvocablePhpServletRemoteHttpServerScriptEngine(javax.servlet.Servlet servlet,
                                                                   javax.servlet.ServletContext ctx,
                                                                   javax.servlet.http.HttpServletRequest req,
                                                                   javax.servlet.http.HttpServletResponse res,
                                                                   java.net.URI uri,
                                                                   java.lang.String localName)
                                                            throws java.net.MalformedURLException,
                                                                   java.net.URISyntaxException
Throws:
java.net.MalformedURLException
java.net.URISyntaxException