|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.scripting.impl.util.ScriptingUtils
@Typed public abstract class ScriptingUtils
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.script.ScriptEngineManager getCurrentScriptEngineManager()
ScriptEngineManager
public static UnmodifiableMap<String,Object> createExpressionLanguageHelper()
public static ExternalExpressionInterpreter resolveExternalExpressionInterpreter()
ExternalExpressionInterpreter
public static javax.script.ScriptEngine createScriptEngine(Class<? extends Language> language)
ScriptEngine
based on the given language definition
language
- current language
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |