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
Direct Known Subclasses:
InteractivePhpScriptContextFactory

public class PhpScriptContextFactory
extends SimpleContextFactory

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

Author:
jostb

Constructor Summary
PhpScriptContextFactory()
          Create a simple context factory with an empty web context
 
Method Summary
static IContextFactory addNew(IContext context)
          Add the PhpScriptContext
 
Methods inherited from class php.java.bridge.http.SimpleContextFactory
destroy, flushBuffer, getBridge, getContext, getId, getSession, getSimpleSession, initialize, invalidate, isNew, parseHeader, recycle, recycle, release, releaseManaged, setContext, toString, visit, waitFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhpScriptContextFactory

public PhpScriptContextFactory()
Create a simple context factory with an empty web context

Method Detail

addNew

public static IContextFactory addNew(IContext context)
Add the PhpScriptContext

Parameters:
context -
Returns:
The ContextFactory.