Package php.java.script

PHP script engine implementation.

See:
          Description

Interface Summary
IPhpScriptContext Common methods for all PHP ScriptContexts
 

Class Summary
CGIRunner This class can be used to run a PHP CGI binary.
HttpProxy Represents the script continuation.
InteractivePhpScriptEngine A convenience variant of the PHP script engine which can be used interactively.
InteractivePhpScriptEngineFactory  
InvocablePhpScriptEngine This class implements the ScriptEngine.
InvocablePhpScriptEngineFactory  
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  
PhpScriptLogWriter A PrintWriter which uses the JavaBridge logger.
PhpScriptWriter A PrintWriter backed by an OutputStream.
PhpSimpleHttpScriptContext A simple ScriptContext which can be used in servlet environments.
URLReader This class can be used to connect to a HTTP server to allocate and to invoke php scripts.
 

Package php.java.script Description

PHP script engine implementation.