|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.script.PhpScriptEngineFactory
public class PhpScriptEngineFactory
| Constructor Summary | |
|---|---|
PhpScriptEngineFactory()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEngineName()
Retrieves the full name of the ScriptEngine. |
java.lang.String |
getEngineVersion()
Retrieves the version of the Script Engine. |
java.util.List |
getExtensions()
Retrieves an array of Strings which are file extensions tipically used for files containing scripts written in the language supported by the ScriptEngine. |
java.lang.String |
getLanguageName()
Retrieves the name of the language supported by the ScriptEngine. |
java.lang.String |
getLanguageVersion()
Retrieves the version of the language supported by the ScriptEngine. |
java.lang.String |
getMethodCallSyntax(java.lang.String obj,
java.lang.String m,
java.lang.String[] args)
|
java.util.List |
getMimeTypes()
Retrieves an array of Strings containing MIME types describing the content which can be processed using the Script Engine. |
java.util.List |
getNames()
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine. |
java.lang.String |
getOutputStatement(java.lang.String toDisplay)
|
java.lang.Object |
getParameter(java.lang.String key)
Retrieves an associated value for the specified key. |
java.lang.String |
getProgram(java.lang.String[] statements)
|
ScriptEngine |
getScriptEngine()
Retrieves an instance of the associated ScriptEngine. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhpScriptEngineFactory()
| Method Detail |
|---|
public java.lang.String getEngineName()
ScriptEngineFactory
getEngineName in interface ScriptEngineFactorypublic java.lang.String getEngineVersion()
ScriptEngineFactory
getEngineVersion in interface ScriptEngineFactorypublic java.lang.String getLanguageName()
ScriptEngineFactory
getLanguageName in interface ScriptEngineFactorypublic java.lang.String getLanguageVersion()
ScriptEngineFactory
getLanguageVersion in interface ScriptEngineFactorypublic java.util.List getExtensions()
ScriptEngineFactory
getExtensions in interface ScriptEngineFactorypublic java.util.List getMimeTypes()
ScriptEngineFactory
getMimeTypes in interface ScriptEngineFactorypublic java.util.List getNames()
ScriptEngineFactory
getNames in interface ScriptEngineFactorypublic ScriptEngine getScriptEngine()
ScriptEngineFactory
getScriptEngine in interface ScriptEngineFactorypublic java.lang.Object getParameter(java.lang.String key)
ScriptEngineFactory
getParameter in interface ScriptEngineFactory
public java.lang.String getMethodCallSyntax(java.lang.String obj,
java.lang.String m,
java.lang.String[] args)
public java.lang.String getOutputStatement(java.lang.String toDisplay)
public java.lang.String getProgram(java.lang.String[] statements)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||