Class JoinFunctionMapper

  • All Implemented Interfaces:
    Serializable, org.zkoss.xel.FunctionMapper

    public class JoinFunctionMapper
    extends Object
    implements org.zkoss.xel.FunctionMapper, Serializable
    Aggregate FunctionMapper that join serveral FunctionMapper together. The first added get called first.
    Author:
    henrichen
    See Also:
    Serialized Form
    • Constructor Detail

      • JoinFunctionMapper

        public JoinFunctionMapper​(org.zkoss.xel.FunctionMapper mapper)
    • Method Detail

      • resolveFunction

        public org.zkoss.xel.Function resolveFunction​(String arg0,
                                                      String arg1)
                                               throws org.zkoss.xel.XelException
        Specified by:
        resolveFunction in interface org.zkoss.xel.FunctionMapper
        Throws:
        org.zkoss.xel.XelException