类 ParamTag

  • 所有已实现的接口:
    Serializable, BodyTag, IterationTag, JspTag, Tag

    public class ParamTag
    extends BodyTagSupport
    The <param> tag collects name-value parameters and passes them to a ParamAware ancestor in the tag hierarchy.

    This tag must be nested under a param aware tag.

    Attribute Summary
    AttributeRequired?Runtime Expression?Description
    nametruetrueThe name of the parameter.
    valuefalsetrueThe value of the parameter.
    从以下版本开始:
    3.0
    作者:
    Scott Andrews, Nicholas Williams
    另请参阅:
    Param, UrlTag, 序列化表格