Package php.java.script.servlet

Internal PHP script engine implementation for servlets.

See:
          Description

Class Summary
CloseableInvocablePhpServletLocalHttpServerScriptEngine A PHP script engine which implements the Invocable interface for Servlets.
CloseableInvocablePhpServletScriptEngine A PHP script engine which implements the Invocable interface for Servlets.
CloseablePhpServletScriptEngine A PHP script engine for Servlets.
EngineFactory Create JSR 223 script engines from a servlet context.
InvocablePhpServletContextFactory A custom context factory, creates a ContextFactory for JSR223 contexts.
InvocablePhpServletLocalHttpServerScriptEngine A PHP script engine which implements the Invocable interface for Servlets.
InvocablePhpServletScriptEngine A PHP script engine which implements the Invocable interface for Servlets.
PhpServletContextFactory A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpServletScriptEngine A PHP script engine for Servlets.
PhpSimpleHttpScriptContext A simple ScriptContext which can be used in servlet environments.
ScriptFile This class tags a special PHP script file which can be used to create a PHP ScriptFile reader.
 

Exception Summary
PhpScriptTemporarilyOutOfResourcesException Thrown when the bridge refuses to allocate another continuation from the pool.
 

Package php.java.script.servlet Description

Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead.