php.java.script
Class InteractivePhpScriptEngineFactory

java.lang.Object
  extended by php.java.script.PhpScriptEngineFactory
      extended by php.java.script.InvocablePhpScriptEngineFactory
          extended by php.java.script.InteractivePhpScriptEngineFactory
All Implemented Interfaces:
ScriptEngineFactory

public class InteractivePhpScriptEngineFactory
extends InvocablePhpScriptEngineFactory

Create a standalone interactive PHP script engines.


Constructor Summary
InteractivePhpScriptEngineFactory()
          Create a new EngineFactory
 
Method Summary
 java.lang.String getLanguageName()
          Retrieves the name of the language supported by the ScriptEngine.
 ScriptEngine getScriptEngine()
          Retrieves an instance of the associated ScriptEngine.
 
Methods inherited from class php.java.script.InvocablePhpScriptEngineFactory
getExtensions, getNames
 
Methods inherited from class php.java.script.PhpScriptEngineFactory
getEngineName, getEngineVersion, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getOutputStatement, getParameter, getProgram
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractivePhpScriptEngineFactory

public InteractivePhpScriptEngineFactory()
Create a new EngineFactory

Method Detail

getLanguageName

public java.lang.String getLanguageName()
Retrieves the name of the language supported by the ScriptEngine.

Specified by:
getLanguageName in interface ScriptEngineFactory
Overrides:
getLanguageName in class InvocablePhpScriptEngineFactory
Returns:
the name of the supported language

getScriptEngine

public ScriptEngine getScriptEngine()
Retrieves an instance of the associated ScriptEngine.

Specified by:
getScriptEngine in interface ScriptEngineFactory
Overrides:
getScriptEngine in class InvocablePhpScriptEngineFactory
Returns:
an instance of the associated ScriptEngine