Class XelELResolver

  • All Implemented Interfaces:
    javax.servlet.jsp.el.VariableResolver

    public class XelELResolver
    extends java.lang.Object
    implements javax.servlet.jsp.el.VariableResolver
    An EL variable resolver that is based on a XEL variable resolver.

    Available in ZK EE

    Notice that even if VariableResolverX is implemented, it can only resolve the top-level variables, i.e., the base argument is always null.

    Since:
    3.0.0
    Author:
    tomyeh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object resolveVariable​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XelELResolver

        public XelELResolver​(XelContext ctx)
        Since:
        5.0.0
    • Method Detail

      • resolveVariable

        public java.lang.Object resolveVariable​(java.lang.String name)
        Specified by:
        resolveVariable in interface javax.servlet.jsp.el.VariableResolver