@Typed public abstract class ScriptingUtils extends Object
Modifier and Type | Method and Description |
---|---|
static UnmodifiableMap<String,Object> |
createExpressionLanguageHelper()
Creates a new el helper map
|
static javax.script.ScriptEngine |
createScriptEngine(Class<? extends Language> language)
Resolves the
ScriptEngine based on the given language definition |
static javax.script.ScriptEngineManager |
getCurrentScriptEngineManager()
Resolves the current
ScriptEngineManager |
static ExternalExpressionInterpreter |
resolveExternalExpressionInterpreter()
Resolves an
ExternalExpressionInterpreter |
public static javax.script.ScriptEngineManager getCurrentScriptEngineManager()
ScriptEngineManager
public static UnmodifiableMap<String,Object> createExpressionLanguageHelper()
public static ExternalExpressionInterpreter resolveExternalExpressionInterpreter()
ExternalExpressionInterpreter
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.