Uses of Interface
org.mule.api.el.ExpressionLanguageContext

Packages that use ExpressionLanguageContext
org.mule.api.el   
org.mule.el.function   
org.mule.el.mvel   
 

Uses of ExpressionLanguageContext in org.mule.api.el
 

Classes in org.mule.api.el with type parameters of type ExpressionLanguageContext
 interface ExpressionExecutor<T extends ExpressionLanguageContext>
          Wraps an expression language engine.
 

Methods in org.mule.api.el with parameters of type ExpressionLanguageContext
 Object ExpressionLanguageFunction.call(Object[] params, ExpressionLanguageContext context)
           
 void ExpressionLanguageExtension.configureContext(ExpressionLanguageContext context)
           
 

Uses of ExpressionLanguageContext in org.mule.el.function
 

Methods in org.mule.el.function with parameters of type ExpressionLanguageContext
 Object DateTimeExpressionLanguageFuntion.call(Object[] params, ExpressionLanguageContext context)
           
 Object RegexExpressionLanguageFuntion.call(Object[] params, ExpressionLanguageContext context)
           
protected  Object RegexExpressionLanguageFuntion.getMatches(String regex, String text, int flags, ExpressionLanguageContext context)
           
 

Uses of ExpressionLanguageContext in org.mule.el.mvel
 

Classes in org.mule.el.mvel that implement ExpressionLanguageContext
 class GlobalVariableResolverFactory
           
 class MVELExpressionLanguageContext
           
 class StaticVariableResolverFactory
           
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.