php.java.script
Class EngineFactory
java.lang.Object
php.java.script.EngineFactory
public class EngineFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROOT_ENGINE_FACTORY_ATTRIBUTE
public static final java.lang.String ROOT_ENGINE_FACTORY_ATTRIBUTE
EngineFactory
public EngineFactory()
getEngineFactory
public static EngineFactory getEngineFactory(javax.servlet.ServletContext ctx)
getRequiredEngineFactory
public static EngineFactory getRequiredEngineFactory(javax.servlet.ServletContext ctx)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
getPhpScriptEngine
public static ScriptEngine getPhpScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.net.MalformedURLException,
java.lang.IllegalStateException
- Throws:
java.net.MalformedURLException
java.lang.IllegalStateException
getInvocablePhpScriptEngine
public static ScriptEngine getInvocablePhpScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.net.MalformedURLException,
java.lang.IllegalStateException,
java.net.URISyntaxException
- Throws:
java.net.MalformedURLException
java.lang.IllegalStateException
java.net.URISyntaxException