Class ExpressionContext

java.lang.Object
jakarta.el.ELContext
org.nuxeo.ecm.platform.el.ExpressionContext
Direct Known Subclasses:
ExtendedInfoContext

public class ExpressionContext extends jakarta.el.ELContext
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final jakarta.el.FunctionMapper
     
    protected final jakarta.el.ELResolver
     
    protected final jakarta.el.VariableMapper
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.el.ELResolver
     
    jakarta.el.FunctionMapper
     
    jakarta.el.VariableMapper
     

    Methods inherited from class jakarta.el.ELContext

    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

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

    • resolver

      protected final jakarta.el.ELResolver resolver
    • functionMapper

      protected final jakarta.el.FunctionMapper functionMapper
    • variableMapper

      protected final jakarta.el.VariableMapper variableMapper
  • Constructor Details

    • ExpressionContext

      public ExpressionContext()
  • Method Details

    • 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