| Interface | Description |
|---|---|
| BindingContext |
Contains all the binding definitions required by the EL.
|
| BindingContext.Builder | |
| DefaultExpressionLanguageFactoryService |
Provides a factory for the default Expression language that is going to be used by the
MuleExpressionLanguage |
| ExpressionFunction |
Representation of a function to be used by an
ExpressionLanguage. |
| ExpressionLanguage |
Evaluates an expression considering a set of given bindings and a set of global ones.
|
| ExpressionModule |
Represents a collection of bindings under a given namespace.
|
| ExpressionModule.Builder | |
| MuleExpressionLanguage |
Provides universal access for evaluating mule expressions #[].
|
| ValidationResult |
Represents the result of an expression validation.
|
| Class | Description |
|---|---|
| AbstractBindingContextBuilderFactory |
Factory class used to create
BindingContext.Builder objects. |
| AbstractExpressionModuleBuilderFactory |
Factory class used to create
ExpressionModule.Builder objects. |
| Binding |
Represents the relationship between an EL variable or function and its value.
|
| BindingContextUtils |
Provides a reusable way for creating
BindingContexts. |
| DefaultValidationResult | |
| ModuleNamespace |
Represents the Namespace for a given module
|
| Exception | Description |
|---|---|
| ExpressionExecutionException |
Indicates than an error occurred while executing an expression.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.