接口 ParamAware

  • 所有已知实现类:
    UrlTag

    public interface ParamAware
    Allows implementing tag to utilize nested spring:param tags.
    从以下版本开始:
    3.0
    作者:
    Scott Andrews
    另请参阅:
    ParamTag
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidaddParam​(Param param)
      Callback hook for nested spring:param tags to pass their value to the parent tag.
    • 方法详细资料

      • addParam

        void addParam​(Param param)
        Callback hook for nested spring:param tags to pass their value to the parent tag.
        参数:
        param - the result of the nested spring:param tag