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.ELContextSimple implementation of theELContextused during parsings. Currently this implementation does nothing, but a non-null implementation of theELContextinterface is required by theExpressionFactorywhen create value- and methodexpressions.- See Also:
ExpressionManager.createExpression(String),ExpressionManager#createMethodExpression(String)
-
-
Constructor Summary
Constructors Constructor Description ParsingElContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolvergetELResolver()javax.el.FunctionMappergetFunctionMapper()javax.el.VariableMappergetVariableMapper()
-
-
-
Method Detail
-
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
-
-