Class XelELMapper

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

    public class XelELMapper
    extends java.lang.Object
    implements javax.servlet.jsp.el.FunctionMapper
    An EL function mapper that is based on a XEL function mapper.

    Available in ZK EE

    Since:
    3.0.0
    Author:
    tomyeh
    • Method Summary

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

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

      • resolveFunction

        public java.lang.reflect.Method resolveFunction​(java.lang.String prefix,
                                                        java.lang.String name)
        Specified by:
        resolveFunction in interface javax.servlet.jsp.el.FunctionMapper