|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object php.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 ScriptEngineFactory
getLanguageName
in class PhpScriptEngineFactory
public java.util.List getNames()
getNames
in interface ScriptEngineFactory
getNames
in class PhpScriptEngineFactory
public java.util.List getExtensions()
getExtensions
in interface ScriptEngineFactory
getExtensions
in class PhpScriptEngineFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |