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, waitMethods inherited from interface javax.script.ScriptEngineFactory
getLanguageName, getLanguageVersion, getScriptEngine
-
Method Details
-
getEngineName
- Specified by:
getEngineNamein interfaceScriptEngineFactory- See Also:
-
getEngineVersion
- Specified by:
getEngineVersionin interfaceScriptEngineFactory- See Also:
-
getExtensions
- Specified by:
getExtensionsin interfaceScriptEngineFactory- See Also:
-
getMimeTypes
- Specified by:
getMimeTypesin interfaceScriptEngineFactory- See Also:
-
getNames
- Specified by:
getNamesin interfaceScriptEngineFactory- See Also:
-
getMethodCallSyntax
- Specified by:
getMethodCallSyntaxin interfaceScriptEngineFactory- See Also:
-
getOutputStatement
- Specified by:
getOutputStatementin interfaceScriptEngineFactory- See Also:
-
getParameter
- Specified by:
getParameterin interfaceScriptEngineFactory- See Also:
-
getProgram
- Specified by:
getProgramin interfaceScriptEngineFactory- See Also:
-