|
||||||||||
| 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.InvocablePhpScriptEngineFactory
public class InvocablePhpScriptEngineFactory
Create a standalone invocable PHP script engines.
| Constructor Summary | |
|---|---|
InvocablePhpScriptEngineFactory()
Create a new EngineFactory |
|
| Method Summary | |
|---|---|
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.util.List |
getNames()
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine. |
| 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 |
|---|
public InvocablePhpScriptEngineFactory()
| Method Detail |
|---|
public java.lang.String getLanguageName()
getLanguageName in interface ScriptEngineFactorygetLanguageName in class PhpScriptEngineFactorypublic java.util.List getNames()
getNames in interface ScriptEngineFactorygetNames in class PhpScriptEngineFactorypublic java.util.List getExtensions()
getExtensions in interface ScriptEngineFactorygetExtensions in class PhpScriptEngineFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||