Uses of Interface
php.java.bridge.Invocable

Packages that use Invocable
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
php.java.script PHP script engine implementation. 
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 PhpScriptContext
          This class implements a simple script context for PHP.
 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.