Class ELContextImpl

java.lang.Object
javax.el.ELContext
org.apache.sling.scripting.jsp.jasper.el.ELContextImpl

public final class ELContextImpl extends javax.el.ELContext
Implementation of ELContext
Author:
Jacob Hookom
  • Constructor Details

    • ELContextImpl

      public ELContextImpl()
    • ELContextImpl

      public ELContextImpl(javax.el.ELResolver resolver)
  • 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
    • setFunctionMapper

      public void setFunctionMapper(javax.el.FunctionMapper functionMapper)
    • setVariableMapper

      public void setVariableMapper(javax.el.VariableMapper variableMapper)