| Interface | Description |
|---|---|
| ExpressionManager |
Used as an entry point for runtime evaluation of the expressions.
|
| Class | Description |
|---|---|
| AbstractFlowableFunctionDelegate |
Abstract class that can be used as a base class for pluggable functions that can be used in the EL expressions
|
| DefaultExpressionManager |
Default
ExpressionManager implementation that contains the logic for creating
and resolving Expression instances. |
| DynamicBeanPropertyELResolver |
A
ELResolver for dynamic bean properties |
| ExpressionFactoryResolver |
Class used to get hold of a
ExpressionFactory. |
| FlowableElContext | |
| FlowableFunctionMapper |
A date function mapper that can be used in EL expressions
|
| JsonNodeELResolver |
Defines property resolution behavior on JsonNodes.
|
| JuelExpression |
Expression implementation backed by a JUEL
ValueExpression. |
| ParsingElContext |
Simple implementation of the
ELContext used during parsings. |
| ReadOnlyMapELResolver |
An
ELResolver that exposed object values in the map, under the name of the entry's key. |
| VariableContainerELResolver | |
| VariableContainerWrapper |
Copyright © 2017 Flowable. All rights reserved.