Class SimpleELContext


  • public class SimpleELContext
    extends jakarta.el.ELContext
    Provides a ELContext which can resolve Functions via FunctionsMapper and Variables via VariablesMapper
    • Constructor Detail

      • SimpleELContext

        public SimpleELContext​(jakarta.el.ELResolver resolver)
    • Method Detail

      • getELResolver

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

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

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