Package org.activiti.engine.impl.el
Class ParsingElContext
java.lang.Object
jakarta.el.ELContext
org.activiti.engine.impl.el.ParsingElContext
public class ParsingElContext
extends jakarta.el.ELContext
Simple implementation of the
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.el.ELResolverjakarta.el.FunctionMapperjakarta.el.VariableMapperMethods inherited from class jakarta.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
ParsingElContext
public ParsingElContext()
-
-
Method Details
-
getELResolver
public jakarta.el.ELResolver getELResolver()- Specified by:
getELResolverin classjakarta.el.ELContext
-
getFunctionMapper
public jakarta.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjakarta.el.ELContext
-
getVariableMapper
public jakarta.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjakarta.el.ELContext
-