public class ParsingElContext extends ELContext
ELContext used during parsings.
Currently this implementation does nothing, but a non-null implementation of the ELContext interface is required by the ExpressionFactory when create value- and methodexpressions.ExpressionManager.createExpression(String)| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<String,String,FlowableFunctionDelegate> |
functionResolver |
| Constructor and Description |
|---|
ParsingElContext(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
getELResolver()
Retrieves the ELResolver associated with this context.
|
FunctionMapper |
getFunctionMapper()
Retrieves the FunctionMapper associated with this ELContext.
|
VariableMapper |
getVariableMapper()
Retrieves the VariableMapper associated with this ELContext.
|
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedprotected BiFunction<String,String,FlowableFunctionDelegate> functionResolver
public ParsingElContext(BiFunction<String,String,FlowableFunctionDelegate> functionResolver)
public ELResolver getELResolver()
ELContextgetELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
ELContextgetFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
ELContextgetVariableMapper in class ELContextCopyright © 2021 Flowable. All rights reserved.