| Package | Description |
|---|---|
| org.mule.runtime.core.api.el | |
| org.mule.runtime.core.el.function | |
| org.mule.runtime.core.el.mvel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpressionExecutor<T extends ExpressionLanguageContext>
Wraps an expression language engine.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionLanguageFunction.call(Object[] params,
ExpressionLanguageContext context) |
void |
ExpressionLanguageExtension.configureContext(ExpressionLanguageContext context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RegexExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context) |
Object |
WildcardExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context) |
Object |
DateTimeExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context) |
protected Object |
RegexExpressionLanguageFuntion.getMatches(String regex,
String text,
int flags,
ExpressionLanguageContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalVariableResolverFactory |
class |
MVELExpressionLanguageContext |
class |
StaticVariableResolverFactory |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.