org.mule.el.mvel
Class MVELExpressionLanguageWrapper

java.lang.Object
  extended by org.mule.el.mvel.MVELExpressionLanguage
      extended by org.mule.el.mvel.MVELExpressionLanguageWrapper
All Implemented Interfaces:
ExpressionLanguage, Initialisable

public final class MVELExpressionLanguageWrapper
extends MVELExpressionLanguage

Wraps a MVELExpressionLanguage to take care of injecting new instances in the muleContext's DefaultExpressionManager


Field Summary
 
Fields inherited from class org.mule.el.mvel.MVELExpressionLanguage
aliases, autoResolveVariables, expressionExecutor, expressionLanguageExtensions, globalFunctions, globalFunctionsFile, globalFunctionsString, imports, muleContext, parserConfiguration, staticContext, useGlobalConfiguration
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
MVELExpressionLanguageWrapper(MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class org.mule.el.mvel.MVELExpressionLanguage
addAlias, addGlobalFunction, addImport, configureParserConfiguration, createExpressionLanguageContext, createGlobalVariableResolverFactory, createParserConfiguration, createStaticContext, createVariableVariableResolverFactory, createVariableVariableResolverFactory, evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateInternal, getAliases, getExpressionLanguageExtensions, getGlobalFunctions, initialise, isValid, loadGlobalFunctions, setAliases, setAutoResolveVariables, setGlobalFunctionsFile, setGlobalFunctionsString, setImports, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELExpressionLanguageWrapper

public MVELExpressionLanguageWrapper(MuleContext muleContext)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.