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.
 
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, getScriptEngine
 
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