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. 
php.java.script.servlet Internal PHP script engine implementation for servlets. 
php.java.servlet PHP/Java Bridge Servlet. 
 

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 PhpScriptContext
          This class implements a simple script context for PHP.
 

Uses of Invocable in php.java.script.servlet
 

Classes in php.java.script.servlet that implement Invocable
 class PhpSimpleHttpScriptContext
          A simple ScriptContext which can be used in servlet environments.
 

Uses of Invocable in php.java.servlet
 

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