Class ExpressionContext

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

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class javax.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 javax.el.ELResolver resolver
    • functionMapper

      protected final javax.el.FunctionMapper functionMapper
    • variableMapper

      protected final javax.el.VariableMapper variableMapper
  • Constructor Details

    • ExpressionContext

      public ExpressionContext()
  • Method Details

    • 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