接口 ArgumentAware

    • 方法详细资料

      • addArgument

        void addArgument​(Object argument)
                  throws JspTagException
        Callback hook for nested spring:argument tags to pass their value to the parent tag.
        参数:
        argument - the result of the nested spring:argument tag
        抛出:
        JspTagException