php.java.script.servlet
Class CloseableInvocablePhpServletLocalHttpServerScriptEngine
java.lang.Object
javax.script.AbstractScriptEngine
php.java.script.SimplePhpScriptEngine
php.java.script.InvocablePhpScriptEngine
php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine
php.java.script.servlet.CloseableInvocablePhpServletLocalHttpServerScriptEngine
- All Implemented Interfaces:
- java.io.Closeable, Invocable, ScriptEngine
class CloseableInvocablePhpServletLocalHttpServerScriptEngine
- extends InvocablePhpServletLocalHttpServerScriptEngine
- implements java.io.Closeable
| Fields inherited from class php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine |
overrideHosts, port, protocol, proxy, req, res, scriptContext, servlet, servletCtx, url, webPath |
|
Constructor Summary |
protected |
CloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String protocol,
int port)
|
protected |
CloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String protocol,
int port,
java.lang.String proxy)
|
| Methods inherited from class php.java.script.servlet.InvocablePhpServletLocalHttpServerScriptEngine |
eval, evalShortPath, getPhpScriptContext, getPhpScriptContextFactory, getProxy, getURL, invoke, release, releaseReservedContinuation, reserveContinuation, setNewScriptFileContextFactory, 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 |
CloseableInvocablePhpServletLocalHttpServerScriptEngine
protected CloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String protocol,
int port)
throws java.net.MalformedURLException,
java.net.URISyntaxException
- Throws:
java.net.MalformedURLException
java.net.URISyntaxException
CloseableInvocablePhpServletLocalHttpServerScriptEngine
protected CloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String protocol,
int port,
java.lang.String proxy)
throws java.net.MalformedURLException,
java.net.URISyntaxException
- Throws:
java.net.MalformedURLException
java.net.URISyntaxException