Class ActivitiElContext


  • public class ActivitiElContext
    extends javax.el.ELContext
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.el.ELResolver elResolver  
    • 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.ELResolver getELResolver()  
      javax.el.FunctionMapper getFunctionMapper()  
      javax.el.VariableMapper getVariableMapper()  
      • Methods inherited from class javax.el.ELContext

        getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • elResolver

        protected javax.el.ELResolver elResolver
    • Constructor Detail

      • ActivitiElContext

        public ActivitiElContext​(javax.el.ELResolver elResolver)
    • Method Detail

      • getELResolver

        public javax.el.ELResolver getELResolver()
        Specified by:
        getELResolver in class javax.el.ELContext
      • getFunctionMapper

        public javax.el.FunctionMapper getFunctionMapper()
        Specified by:
        getFunctionMapper in class javax.el.ELContext
      • getVariableMapper

        public javax.el.VariableMapper getVariableMapper()
        Specified by:
        getVariableMapper in class javax.el.ELContext