|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.script.PhpScriptEngineFactory
php.java.script.InteractivePhpScriptEngineFactory
public class InteractivePhpScriptEngineFactory
Constructor Summary | |
---|---|
InteractivePhpScriptEngineFactory()
|
Method Summary | |
---|---|
java.lang.String |
getLanguageName()
Retrieves the name of the language supported by the ScriptEngine. |
java.util.List |
getNames()
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine. |
ScriptEngine |
getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
Methods inherited from class php.java.script.PhpScriptEngineFactory |
---|
getEngineName, getEngineVersion, getExtensions, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getOutputStatement, getParameter, getProgram |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InteractivePhpScriptEngineFactory()
Method Detail |
---|
public java.lang.String getLanguageName()
ScriptEngineFactory
getLanguageName
in interface ScriptEngineFactory
getLanguageName
in class PhpScriptEngineFactory
public java.util.List getNames()
ScriptEngineFactory
getNames
in interface ScriptEngineFactory
getNames
in class PhpScriptEngineFactory
public ScriptEngine getScriptEngine()
ScriptEngineFactory
getScriptEngine
in interface ScriptEngineFactory
getScriptEngine
in class PhpScriptEngineFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |