Interface ArgumentAware

    • Method Detail

      • addArgument

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