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.faces PHP Java Server Faces implementation. 
php.java.script PHP script engine implementation. 
 

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.faces
 

Classes in php.java.faces that implement Invocable
 class PhpFacesScriptContext
          A custom ScriptContext, keeps a ContextFactory and a HttpProxy.
 

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.