Class StandardELContext


  • public class StandardELContext
    extends javax.el.ELContext
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardELContext()  
      StandardELContext​(java.lang.String prefix, java.lang.Class<?> staticFunctionProvider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.el.ELResolver getELResolver()  
      javax.el.FunctionMapper getFunctionMapper()  
      javax.el.VariableMapper getVariableMapper()  
      • 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
    • Constructor Detail

      • StandardELContext

        public StandardELContext()
      • StandardELContext

        public StandardELContext​(java.lang.String prefix,
                                 java.lang.Class<?> staticFunctionProvider)
    • Method Detail

      • getVariableMapper

        public javax.el.VariableMapper getVariableMapper()
        Specified by:
        getVariableMapper in class javax.el.ELContext
      • getFunctionMapper

        public javax.el.FunctionMapper getFunctionMapper()
        Specified by:
        getFunctionMapper in class javax.el.ELContext
      • getELResolver

        public javax.el.ELResolver getELResolver()
        Specified by:
        getELResolver in class javax.el.ELContext