|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptEngine | |
---|---|
javax.script | JSR 223 classes and interfaces. |
php.java.script | Internal PHP script engine implementation. |
php.java.script.servlet | Internal PHP script engine implementation for servlets. |
Uses of ScriptEngine in javax.script |
---|
Classes in javax.script that implement ScriptEngine | |
---|---|
class |
AbstractScriptEngine
GenericScriptEngine is an abstarct class which implements the ScriptEngine interface and it contains default implementations for several eval() methods. |
Methods in javax.script that return ScriptEngine | |
---|---|
abstract ScriptEngine |
CompiledScript.getEngine()
Retrieves a reference to the ScriptEngine whose methods created this CompiledScript object. |
ScriptEngine |
ScriptEngineManager.getEngineByExtension(java.lang.String extension)
Retrieves a new instance of a ScriptingEngine for the specified extension of a scirpt file. |
ScriptEngine |
ScriptEngineManager.getEngineByMimeType(java.lang.String mimeType)
Retrieves new instance the ScriptingEngine for a specifed MIME type. |
ScriptEngine |
ScriptEngineManager.getEngineByName(java.lang.String name)
Retrieves a new instance of a ScriptEngine the specified descriptieve name. |
ScriptEngine |
ScriptEngineFactory.getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
Uses of ScriptEngine in php.java.script |
---|
Classes in php.java.script that implement ScriptEngine | |
---|---|
class |
CloseableInteractivePhpScriptEngine
A convenience variant of the PHP script engine which can be used interactively. |
class |
CloseableInvocablePhpScriptEngine
This class implements the ScriptEngine. |
class |
CloseablePhpScriptEngine
This class implements the ScriptEngine. |
class |
InteractivePhpScriptEngine
A convenience variant of the PHP script engine which can be used interactively. |
class |
InvocablePhpScriptEngine
This class implements the ScriptEngine. |
class |
PhpScriptEngine
This class implements the ScriptEngine. |
Methods in php.java.script that return ScriptEngine | |
---|---|
ScriptEngine |
PhpScriptEngineFactory.getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
ScriptEngine |
InvocablePhpScriptEngineFactory.getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
ScriptEngine |
InteractivePhpScriptEngineFactory.getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
Uses of ScriptEngine in php.java.script.servlet |
---|
Classes in php.java.script.servlet that implement ScriptEngine | |
---|---|
class |
CloseableInvocablePhpServletLocalHttpServerScriptEngine
A PHP script engine which implements the Invocable interface for Servlets. |
class |
CloseableInvocablePhpServletScriptEngine
A PHP script engine which implements the Invocable interface for Servlets. |
class |
CloseablePhpServletScriptEngine
A PHP script engine for Servlets. |
class |
InvocablePhpServletLocalHttpServerScriptEngine
A PHP script engine which implements the Invocable interface for Servlets. |
class |
InvocablePhpServletScriptEngine
A PHP script engine which implements the Invocable interface for Servlets. |
class |
PhpServletScriptEngine
A PHP script engine for Servlets. |
Methods in php.java.script.servlet that return ScriptEngine | |
---|---|
static ScriptEngine |
EngineFactory.getInvocablePhpScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Get a PHP JSR 223 ScriptEngine which implements the Invocable interface from the servlet context. |
static ScriptEngine |
EngineFactory.getInvocablePhpScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.String protocol,
int port)
Get a PHP JSR 223 ScriptEngine, which implements the Invocable interface, from a HTTP server running on the local host. |
static ScriptEngine |
EngineFactory.getInvocablePhpScriptEngine(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)
Get a PHP JSR 223 ScriptEngine, which implements the Invocable interface, from a HTTP server running on the local host. |
static ScriptEngine |
EngineFactory.getPhpScriptEngine(javax.servlet.Servlet servlet,
javax.servlet.ServletContext ctx,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Get a PHP JSR 223 ScriptEngine from the servlet context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |