Package | Description |
---|---|
org.mule.api.el | |
org.mule.el.function | |
org.mule.el.mvel | |
org.mule.module.oauth2.internal.mel | |
org.mule.module.xml.el |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionLanguageContext.declareFunction(String name,
ExpressionLanguageFunction function) |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeExpressionLanguageFuntion |
class |
RegexExpressionLanguageFuntion |
class |
WildcardExpressionLanguageFuntion |
Modifier and Type | Method and Description |
---|---|
void |
MVELExpressionLanguageContext.declareFunction(String name,
ExpressionLanguageFunction function) |
Modifier and Type | Class and Description |
---|---|
class |
OAuthContextExpressionLanguageFunction
Function oauthState for accessing OAuth authentication state
|
Modifier and Type | Class and Description |
---|---|
class |
XPath3Function
A MEL function capable of evaluation XPath expressions by delegating into an instance
of
XPathEvaluator
The function will now accept the following arguments (in order):
expression (required String)
The Xpath expression to be evaluated. |
class |
XPathFunction
Deprecated.
this function is deprecated and will be removed in Mule 4.0. Use
XPath3Function instead |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.