Package org.activiti.engine.impl.el
Class ParsingElContext
java.lang.Object
javax.el.ELContext
org.activiti.engine.impl.el.ParsingElContext
public class ParsingElContext
extends javax.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:
-
ExpressionManager.createExpression(String)ExpressionManager#createMethodExpression(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ELResolverjavax.el.FunctionMapperjavax.el.VariableMapperMethods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
-
Constructor Details
-
ParsingElContext
public ParsingElContext()
-
-
Method Details
-
getELResolver
public javax.el.ELResolver getELResolver()- Specified by:
getELResolverin classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()- Specified by:
getFunctionMapperin classjavax.el.ELContext
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()- Specified by:
getVariableMapperin classjavax.el.ELContext
-