Uses of Interface
javax.script.Invocable

Packages that use Invocable
php.java.script Internal PHP script engine implementation. 
php.java.script.servlet Internal PHP script engine implementation for servlets. 
 

Uses of Invocable in php.java.script
 

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

Uses of Invocable in php.java.script.servlet
 

Classes in php.java.script.servlet that implement Invocable
 class CloseableInvocablePhpServletLocalHttpServerScriptEngine
          A PHP script engine which implements the Invocable interface for Servlets.
 class CloseableInvocablePhpServletScriptEngine
          A PHP script engine which implements the Invocable interface for Servlets.
 class InvocablePhpServletLocalHttpServerScriptEngine
          A PHP script engine which implements the Invocable interface for Servlets.
 class InvocablePhpServletScriptEngine
          A PHP script engine which implements the Invocable interface for Servlets.