Class SimpleContext
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELContext
org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a context.SimpleContext(ELResolver resolver) Create a context, use the specified resolver. -
Method Summary
Modifier and TypeMethodDescriptionGet our resolver.Get our function mapper.Get our variable mapper.voidsetELResolver(ELResolver resolver) Set our resolver.voidsetFunction(String prefix, String localName, Method method) Define a function.setVariable(String name, ValueExpression expression) Define a variable.Methods inherited from class ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getDefaultExpressionFactory, getEvaluationListeners, getExpressionFactory, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
Constructor Details
-
SimpleContext
public SimpleContext()Create a context. -
SimpleContext
Create a context, use the specified resolver.
-
-
Method Details
-
setFunction
-
setVariable
Define a variable. -
getFunctionMapper
Get our function mapper.- Specified by:
getFunctionMapperin classELContext
-
getVariableMapper
Get our variable mapper.- Specified by:
getVariableMapperin classELContext
-
getELResolver
Get our resolver. Lazy initialize to aSimpleResolverif necessary.- Specified by:
getELResolverin classELContext
-
setELResolver
-