php.java.script
Class PhpScriptContextFactory

java.lang.Object
  extended by php.java.bridge.http.SimpleContextFactory
      extended by php.java.script.PhpScriptContextFactory
All Implemented Interfaces:
IContextFactory, IContextFactoryVisitor, IJavaBridgeFactory

public class PhpScriptContextFactory
extends SimpleContextFactory

A custom context factory, creates a ContextFactory for JSR223 contexts.

Author:
jostb

Constructor Summary
PhpScriptContextFactory()
           
 
Method Summary
static IContextFactory addNew(IContext context)
          Add the PhpScriptContext
 
Methods inherited from class php.java.bridge.http.SimpleContextFactory
destroy, finishContext, getBridge, getClassLoader, getContext, getId, getSession, recycle, recycle, recycleLegacy, remove, removeOrphaned, setClassLoader, setContext, setIsLegacyClient, toString, visit, waitFor, waitFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhpScriptContextFactory

public PhpScriptContextFactory()
Method Detail

addNew

public static IContextFactory addNew(IContext context)
Add the PhpScriptContext

Parameters:
context -
Returns:
The ContextFactory.