Uses of Class
org.mule.el.mvel.MVELExpressionLanguageContext

Packages that use MVELExpressionLanguageContext
org.mule.el.mvel   
 

Uses of MVELExpressionLanguageContext in org.mule.el.mvel
 

Subclasses of MVELExpressionLanguageContext in org.mule.el.mvel
 class EventVariableResolverFactory
           
 class GlobalVariableResolverFactory
           
 class VariableVariableResolverFactory
           
 

Fields in org.mule.el.mvel declared as MVELExpressionLanguageContext
protected  MVELExpressionLanguageContext MVELExpressionLanguage.staticContext
           
 

Methods in org.mule.el.mvel that return MVELExpressionLanguageContext
protected  MVELExpressionLanguageContext MVELExpressionLanguage.createExpressionLanguageContext()
           
 

Methods in org.mule.el.mvel with parameters of type MVELExpressionLanguageContext
protected  org.mvel2.integration.VariableResolverFactory MVELExpressionLanguage.createGlobalVariableResolverFactory(MVELExpressionLanguageContext context)
           
protected
<T> T
MVELExpressionLanguage.evaluateInternal(String expression, MVELExpressionLanguageContext variableResolverFactory)
           
 Object MVELExpressionExecutor.execute(String expression, MVELExpressionLanguageContext context)
           
 

Constructors in org.mule.el.mvel with parameters of type MVELExpressionLanguageContext
GlobalVariableResolverFactory(MVELExpressionLanguage el, MVELExpressionLanguageContext parent, org.mvel2.ParserContext parserContext, MuleContext muleContext)
           
MVELExpressionLanguageContext(MVELExpressionLanguageContext context)
           
 



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