Class ELContextImpl

java.lang.Object
jakarta.el.ELContext
com.sun.faces.el.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 Summary Link icon

    Constructors
    Constructor
    Description
    ELContextImpl(jakarta.el.ELResolver resolver)
    Constructs a new ELContext associated with the given ELResolver.
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    jakarta.el.ELResolver
     
    jakarta.el.FunctionMapper
     
    jakarta.el.VariableMapper
     
    void
    setFunctionMapper(jakarta.el.FunctionMapper functionMapper)
     

    Methods inherited from class jakarta.el.ELContext Link icon

    addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ELContextImpl Link icon

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

      public ELContextImpl(FacesContext facesContext)
  • Method Details Link icon

    • getFunctionMapper Link icon

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

      public jakarta.el.VariableMapper getVariableMapper()
      Specified by:
      getVariableMapper in class jakarta.el.ELContext
    • getELResolver Link icon

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

      public void setFunctionMapper(jakarta.el.FunctionMapper functionMapper)