Class AbstractSlingScriptEngine

  • All Implemented Interfaces:
    javax.script.ScriptEngine

    public abstract class AbstractSlingScriptEngine
    extends javax.script.AbstractScriptEngine
    • Field Summary

      • Fields inherited from interface javax.script.ScriptEngine

        ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.script.Bindings createBindings()  
      java.lang.Object eval​(java.lang.String script, javax.script.ScriptContext context)  
      javax.script.ScriptEngineFactory getFactory()  
      • Methods inherited from class javax.script.AbstractScriptEngine

        eval, eval, eval, eval, get, getBindings, getContext, put, setBindings, setContext
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.script.ScriptEngine

        eval
    • Method Detail

      • createBindings

        public javax.script.Bindings createBindings()
      • eval

        public java.lang.Object eval​(java.lang.String script,
                                     javax.script.ScriptContext context)
                              throws javax.script.ScriptException
        Throws:
        javax.script.ScriptException
      • getFactory

        public javax.script.ScriptEngineFactory getFactory()