Uses of Interface
javax.script.Invocable

Packages that use Invocable
php.java.faces PHP Java Server Faces implementation. 
php.java.script PHP script engine implementation. 
 

Uses of Invocable in php.java.faces
 

Classes in php.java.faces that implement Invocable
 class PhpFacesScriptEngine
          A custom ScriptEngine, keeps the custom ScriptContext
 

Uses of Invocable in php.java.script
 

Classes in php.java.script that implement Invocable
 class InteractivePhpScriptEngine
          A convenience variant of the PHP script engine which can be used interactively.
 class PhpScriptEngine
          This class implements the ScriptEngine.