Interface ArgumentAware

  • All Known Implementing Classes:
    MessageTag

    public interface ArgumentAware
    Allows implementing tag to utilize nested spring:argument tags.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addArgument​(java.lang.Object argument)
      Callback hook for nested spring:argument tags to pass their value to the parent tag.
    • Method Detail

      • addArgument

        void addArgument​(@Nullable
                         java.lang.Object argument)
                  throws javax.servlet.jsp.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:
        javax.servlet.jsp.JspTagException