Uses of Package
php.java.script

Packages that use php.java.script
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
php.java.script.servlet Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead. 
 

Classes in php.java.script used by php.java.script
AbstractPhpScriptContext
          A simple ScriptContext which can be used in servlet- or standalone environments.
CGIRunner
          This class can be used to run a PHP CGI binary.
CloneableScript
          An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions...
Continuation
          This class represents the logic to run PHP scripts through CGI, FastCGI or on a remote HTTP server (accessed through URLReader).
IContinuation
          Classes implementing this interface represent the script continuation; they can be used to allocate php scripts on a HTTP- or FastCGI server.
InteractivePhpScriptEngineFactory
          Create a standalone interactive PHP script engines.
InvocablePhpScriptEngine
          This class implements the ScriptEngine and the Invocable interface.
InvocablePhpScriptEngineFactory
          Create a standalone invocable PHP script engines.
IPhpScriptContext
          Common methods for all PHP ScriptContexts
IPhpScriptEngine
          Common methods for all PHP script engines
IScriptReader
          Read data from a URL or from a servlet and write the result to the output stream and a header parser.
PhpScriptContextDecorator
          Abstract class for IPhpScriptContexts.
PhpScriptContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpScriptEngineFactory
          Create a standalone PHP script engines.
ResultProxy
          Returned by ScriptEngine.eval(java.io.Reader) this class holds a proxy for the result code returned by PHP.
ScriptContextDecorator
          Abstract class for ScriptContexts.
 

Classes in php.java.script used by php.java.script.servlet
Continuation
          This class represents the logic to run PHP scripts through CGI, FastCGI or on a remote HTTP server (accessed through URLReader).
IContinuation
          Classes implementing this interface represent the script continuation; they can be used to allocate php scripts on a HTTP- or FastCGI server.
IPhpScriptContext
          Common methods for all PHP ScriptContexts
PhpScriptContextDecorator
          Abstract class for IPhpScriptContexts.
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.