Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ExpressionLanguage |
DefaultMuleContext.getExpressionLanguage() |
Modifier and Type | Method and Description |
---|---|
ExpressionLanguage |
MuleContext.getExpressionLanguage()
Expression Language for evaluating expressions using Mule as the context
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ExpressionLanguage |
DefaultExpressionManager.getExpressionLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExpressionManager.setExpressionLanguage(ExpressionLanguage expressionLanguage) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.