Package org.activiti.engine.impl.el
Class ActivitiElContext
- java.lang.Object
-
- javax.el.ELContext
-
- org.activiti.engine.impl.el.ActivitiElContext
-
public class ActivitiElContext extends javax.el.ELContext
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.el.ELResolverelResolver
-
Constructor Summary
Constructors Constructor Description ActivitiElContext(javax.el.ELResolver elResolver)
-
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
-
-