Class ELContextImpl


  • public class ELContextImpl
    extends jakarta.el.ELContext
    Concrete implementation of ELContext. ELContext's constructor is protected to control creation of ELContext objects through their appropriate factory methods. This version of ELContext forces construction through FacesContextImpl.
    • Constructor Detail

      • ELContextImpl

        public ELContextImpl​(jakarta.el.ELResolver resolver)
        Constructs a new ELContext associated with the given ELResolver.
        Parameters:
        resolver - the ELResolver to return from getELResolver()
      • ELContextImpl

        public ELContextImpl​(FacesContext facesContext)
    • Method Detail

      • 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
      • getELResolver

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

        public void setFunctionMapper​(jakarta.el.FunctionMapper functionMapper)