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

Packages that use ExpressionLanguage
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.el.mvel   
org.mule.expression   
 

Uses of ExpressionLanguage in org.mule
 

Methods in org.mule that return ExpressionLanguage
 ExpressionLanguage DefaultMuleContext.getExpressionLanguage()
           
 

Uses of ExpressionLanguage in org.mule.api
 

Methods in org.mule.api that return ExpressionLanguage
 ExpressionLanguage MuleContext.getExpressionLanguage()
          Expression Language for evaluating expressions using Mule as the context
 

Uses of ExpressionLanguage in org.mule.el.mvel
 

Classes in org.mule.el.mvel that implement ExpressionLanguage
 class MVELExpressionLanguage
          Expression language that uses MVEL (http://mvel.codehaus.org/).
 class MVELExpressionLanguageWrapper
          Wraps a MVELExpressionLanguage to take care of injecting new instances in the muleContext's DefaultExpressionManager
 

Uses of ExpressionLanguage in org.mule.expression
 

Methods in org.mule.expression that return ExpressionLanguage
 ExpressionLanguage DefaultExpressionManager.getExpressionLanguage()
           
 

Methods in org.mule.expression with parameters of type ExpressionLanguage
 void DefaultExpressionManager.setExpressionLanguage(ExpressionLanguage expressionLanguage)
           
 



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