类 Param


  • public class Param
    extends Object
    Bean used to pass name-value pair parameters from a ParamTag to a ParamAware tag.

    Attributes are the raw values passed to the spring:param tag and have not been encoded or escaped.

    从以下版本开始:
    3.0
    作者:
    Scott Andrews
    另请参阅:
    ParamTag