Package | Description |
---|---|
org.mule.api.el | |
org.mule.el.function | |
org.mule.el.mvel | |
org.mule.extension.validation.internal.el | |
org.mule.module.oauth2.internal.mel | |
org.mule.module.xml.el |
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 |
DateTimeExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context) |
Object |
WildcardExpressionLanguageFuntion.call(Object[] params,
ExpressionLanguageContext context) |
Object |
RegexExpressionLanguageFuntion.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 |
Modifier and Type | Method and Description |
---|---|
void |
ValidationElExtension.configureContext(ExpressionLanguageContext context)
Registers an alias for a new
ValidatorElContext
under the name validator |
Modifier and Type | Method and Description |
---|---|
Object |
OAuthContextExpressionLanguageFunction.call(Object[] params,
ExpressionLanguageContext context) |
void |
OAuthExpressionLanguageExtension.configureContext(ExpressionLanguageContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
XPathFunction.call(Object[] params,
ExpressionLanguageContext context)
Deprecated.
|
Object |
XPath3Function.call(Object[] params,
ExpressionLanguageContext context) |
void |
XMLExpressionLanguageExtension.configureContext(ExpressionLanguageContext context) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.