Uses of Interface
php.java.bridge.Invocable

Packages that use Invocable
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
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. 
php.java.servlet PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead. 
 

Uses of Invocable in php.java.bridge.http
 

Classes in php.java.bridge.http that implement Invocable
 class Context
          Emulates a JSR223 script context when the JSR223 classes are not available.
 

Uses of Invocable in php.java.script
 

Subinterfaces of Invocable in php.java.script
 interface IPhpScriptContext
          Common methods for all PHP ScriptContexts
 

Classes in php.java.script that implement Invocable
 class AbstractPhpScriptContext
          A simple ScriptContext which can be used in servlet- or standalone environments.
 class PhpCompiledScriptContext
          A decorator for compiled script engines.
 class PhpJavaBridgeRunnerScriptContext
          A decorator which enables secure (HTTPS) connections.
 class PhpScriptContext
          This class implements a simple script context for PHP.
 class PhpScriptContextDecorator
          Abstract class for IPhpScriptContexts.
 class PhpSecureScriptContext
          A decorator which enables secure (HTTPS) connections.
 

Uses of Invocable in php.java.script.servlet
 

Classes in php.java.script.servlet that implement Invocable
 class PhpHttpScriptContext
          An example decorator for compiled script engines running in a servlet environment.
 

Uses of Invocable in php.java.servlet
 

Classes in php.java.servlet that implement Invocable
 class HttpContext
          A custom context which keeps the HttpServletResponse.
 class RemoteContext
          A custom context, used when remote PHP scripts access the servlet.