Class XelELContext


  • public class XelELContext
    extends org.zkoss.zel.ELContext
    An ZEL context that is based on XEL context.
    Since:
    6.0.0
    Author:
    henrichen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.zkoss.zel.ELResolver getELResolver()  
      org.zkoss.zel.FunctionMapper getFunctionMapper()  
      org.zkoss.zel.VariableMapper getVariableMapper()  
      protected XelContext getXelContext()  
      protected org.zkoss.zel.ELResolver newELResolver​(XelContext xelc)  
      • Methods inherited from class org.zkoss.zel.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

      • XelELContext

        public XelELContext​(XelContext xelc)
    • Method Detail

      • newELResolver

        protected org.zkoss.zel.ELResolver newELResolver​(XelContext xelc)
      • getELResolver

        public org.zkoss.zel.ELResolver getELResolver()
        Specified by:
        getELResolver in class org.zkoss.zel.ELContext
      • getFunctionMapper

        public org.zkoss.zel.FunctionMapper getFunctionMapper()
        Specified by:
        getFunctionMapper in class org.zkoss.zel.ELContext
      • getVariableMapper

        public org.zkoss.zel.VariableMapper getVariableMapper()
        Specified by:
        getVariableMapper in class org.zkoss.zel.ELContext
      • getXelContext

        protected XelContext getXelContext()