Package org.apache.sling.scripting.api
Class AbstractSlingScriptEngine
java.lang.Object
javax.script.AbstractScriptEngine
org.apache.sling.scripting.api.AbstractSlingScriptEngine
- All Implemented Interfaces:
ScriptEngine
- Direct Known Subclasses:
SightlyScriptEngine
-
Field Summary
Fields inherited from class javax.script.AbstractScriptEngine
context
Fields inherited from interface javax.script.ScriptEngine
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractSlingScriptEngine
(ScriptEngineFactory scriptEngineFactory) -
Method Summary
Methods inherited from class javax.script.AbstractScriptEngine
eval, eval, eval, eval, get, getBindings, getContext, getScriptContext, put, setBindings, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.script.ScriptEngine
eval
-
Constructor Details
-
AbstractSlingScriptEngine
-
-
Method Details
-
createBindings
-
eval
- Throws:
ScriptException
-
getFactory
-