org.apache.myfaces.extensions.cdi.scripting.impl.util
Class ScriptingUtils

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.scripting.impl.util.ScriptingUtils

public class ScriptingUtils
extends Object

Author:
Gerhard Petracek

Constructor Summary
protected ScriptingUtils()
           
 
Method Summary
static UnmodifiableMap<String,Object> createExpressionLanguageHelper()
           
static javax.script.ScriptEngineManager getCurrentScriptEngineManager()
           
static ExternalExpressionInterpreter resolveExternalExpressionInterpreter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptingUtils

protected ScriptingUtils()
Method Detail

getCurrentScriptEngineManager

public static javax.script.ScriptEngineManager getCurrentScriptEngineManager()

createExpressionLanguageHelper

public static UnmodifiableMap<String,Object> createExpressionLanguageHelper()

resolveExternalExpressionInterpreter

public static ExternalExpressionInterpreter resolveExternalExpressionInterpreter()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.