Class 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.

    Since:
    3.0
    Author:
    Scott Andrews
    See Also:
    ParamTag