public class ParsingElContext
extends org.flowable.common.engine.impl.javax.el.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),
ExpressionManager#createMethodExpression(String)| Constructor and Description |
|---|
ParsingElContext() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.common.engine.impl.javax.el.ELResolver |
getELResolver() |
org.flowable.common.engine.impl.javax.el.FunctionMapper |
getFunctionMapper() |
org.flowable.common.engine.impl.javax.el.VariableMapper |
getVariableMapper() |
public org.flowable.common.engine.impl.javax.el.ELResolver getELResolver()
getELResolver in class org.flowable.common.engine.impl.javax.el.ELContextpublic org.flowable.common.engine.impl.javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class org.flowable.common.engine.impl.javax.el.ELContextpublic org.flowable.common.engine.impl.javax.el.VariableMapper getVariableMapper()
getVariableMapper in class org.flowable.common.engine.impl.javax.el.ELContextCopyright © 2018 Flowable. All rights reserved.