Package php.java.script

PHP script engine implementation.

See:
          Description

Interface Summary
IPhpScriptContext Common methods for all PHP ScriptContexts
 

Class Summary
AbstractPhpScriptContext A simple ScriptContext which can be used in servlet- or standalone environments.
HttpProxy Represents the script continuation.
InteractivePhpScriptContextFactory A custom context factory, creates a ContextFactory for JSR223 contexts.
InteractivePhpScriptEngine A convenience variant of the PHP script engine which can be used interactively.
InteractivePhpScriptEngineFactory Create a standalone interactive PHP script engines.
InvocablePhpScriptEngine This class implements the ScriptEngine.
InvocablePhpScriptEngineFactory Create a standalone invocable PHP script engines.
PhpScriptContext This class implements a simple script context for PHP.
PhpScriptContextFactory A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpScriptEngine This class implements the ScriptEngine.
PhpScriptEngineFactory Create a standalone PHP script engines.
PhpScriptLogWriter A PrintWriter which uses the JavaBridge logger.
PhpScriptWriter A PrintWriter backed by an OutputStream.
ResultProxy Returned by ScriptEngine.eval(java.io.Reader) this class holds a proxy for the result code returned by PHP.
URLReader This class can be used to connect to a HTTP server to allocate and to invoke php scripts.
 

Exception Summary
PhpScriptException This class is needed for compatibility with JDK 1.4
 

Package php.java.script Description

PHP script engine implementation.