php.java.script.servlet
Class EngineFactoryHelper

java.lang.Object
  extended by php.java.script.servlet.EngineFactoryHelper

 class EngineFactoryHelper
extends java.lang.Object


Constructor Summary
EngineFactoryHelper()
           
 
Method Summary
static java.util.List getManagedEngineList(javax.servlet.ServletContext ctx)
           
static InvocablePhpServletLocalHttpServerScriptEngine newCloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String protocol, int port)
           
static InvocablePhpServletLocalHttpServerScriptEngine newCloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String protocol, int port, java.lang.String proxy)
           
static InvocablePhpServletRemoteHttpServerScriptEngine newCloseableInvocablePhpServletRemoteHttpServerScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.net.URI uri, java.lang.String localName)
           
static InvocablePhpServletScriptEngine newCloseableInvocablePhpServletScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String protocol, int port)
           
static PhpServletScriptEngine newCloseablePhpServletScriptEngine(javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.String protocol, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineFactoryHelper

EngineFactoryHelper()
Method Detail

newCloseablePhpServletScriptEngine

public static PhpServletScriptEngine newCloseablePhpServletScriptEngine(javax.servlet.Servlet servlet,
                                                                        javax.servlet.ServletContext ctx,
                                                                        javax.servlet.http.HttpServletRequest req,
                                                                        javax.servlet.http.HttpServletResponse res,
                                                                        java.lang.String protocol,
                                                                        int port)
                                                                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

newCloseableInvocablePhpServletScriptEngine

public static InvocablePhpServletScriptEngine newCloseableInvocablePhpServletScriptEngine(javax.servlet.Servlet servlet,
                                                                                          javax.servlet.ServletContext ctx,
                                                                                          javax.servlet.http.HttpServletRequest req,
                                                                                          javax.servlet.http.HttpServletResponse res,
                                                                                          java.lang.String protocol,
                                                                                          int port)
                                                                                   throws java.net.MalformedURLException,
                                                                                          java.net.URISyntaxException
Throws:
java.net.MalformedURLException
java.net.URISyntaxException

newCloseableInvocablePhpServletLocalHttpServerScriptEngine

public static InvocablePhpServletLocalHttpServerScriptEngine newCloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
                                                                                                                        javax.servlet.ServletContext ctx,
                                                                                                                        javax.servlet.http.HttpServletRequest req,
                                                                                                                        javax.servlet.http.HttpServletResponse res,
                                                                                                                        java.lang.String protocol,
                                                                                                                        int port)
                                                                                                                 throws java.net.MalformedURLException,
                                                                                                                        java.net.URISyntaxException
Throws:
java.net.MalformedURLException
java.net.URISyntaxException

newCloseableInvocablePhpServletLocalHttpServerScriptEngine

public static InvocablePhpServletLocalHttpServerScriptEngine newCloseableInvocablePhpServletLocalHttpServerScriptEngine(javax.servlet.Servlet servlet,
                                                                                                                        javax.servlet.ServletContext ctx,
                                                                                                                        javax.servlet.http.HttpServletRequest req,
                                                                                                                        javax.servlet.http.HttpServletResponse res,
                                                                                                                        java.lang.String protocol,
                                                                                                                        int port,
                                                                                                                        java.lang.String proxy)
                                                                                                                 throws java.net.MalformedURLException,
                                                                                                                        java.net.URISyntaxException
Throws:
java.net.MalformedURLException
java.net.URISyntaxException

newCloseableInvocablePhpServletRemoteHttpServerScriptEngine

public static InvocablePhpServletRemoteHttpServerScriptEngine newCloseableInvocablePhpServletRemoteHttpServerScriptEngine(javax.servlet.Servlet servlet,
                                                                                                                          javax.servlet.ServletContext ctx,
                                                                                                                          javax.servlet.http.HttpServletRequest req,
                                                                                                                          javax.servlet.http.HttpServletResponse res,
                                                                                                                          java.net.URI uri,
                                                                                                                          java.lang.String localName)
                                                                                                                   throws java.net.MalformedURLException,
                                                                                                                          java.net.URISyntaxException
Throws:
java.net.MalformedURLException
java.net.URISyntaxException

getManagedEngineList

public static java.util.List getManagedEngineList(javax.servlet.ServletContext ctx)