Package org.apache.sling.scripting.api
Class AbstractScriptEngineFactory
java.lang.Object
org.apache.sling.scripting.api.AbstractScriptEngineFactory
- All Implemented Interfaces:
ScriptEngineFactory
This abstract class can be used for own script engine
factory implementations.
-
Method Summary
Modifier and TypeMethodDescriptiongetMethodCallSyntax
(String obj, String m, String... args) getNames()
getOutputStatement
(String value) getParameter
(String name) getProgram
(String... arg0) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.script.ScriptEngineFactory
getLanguageName, getLanguageVersion, getScriptEngine
-
Method Details
-
getEngineName
- Specified by:
getEngineName
in interfaceScriptEngineFactory
- See Also:
-
getEngineVersion
- Specified by:
getEngineVersion
in interfaceScriptEngineFactory
- See Also:
-
getExtensions
- Specified by:
getExtensions
in interfaceScriptEngineFactory
- See Also:
-
getMimeTypes
- Specified by:
getMimeTypes
in interfaceScriptEngineFactory
- See Also:
-
getNames
- Specified by:
getNames
in interfaceScriptEngineFactory
- See Also:
-
getMethodCallSyntax
- Specified by:
getMethodCallSyntax
in interfaceScriptEngineFactory
- See Also:
-
getOutputStatement
- Specified by:
getOutputStatement
in interfaceScriptEngineFactory
- See Also:
-
getParameter
- Specified by:
getParameter
in interfaceScriptEngineFactory
- See Also:
-
getProgram
- Specified by:
getProgram
in interfaceScriptEngineFactory
- See Also:
-