类 TransformTag

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

    public class TransformTag
    extends HtmlEscapingAwareTag
    Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).

    The BindTag has a PropertyEditor that it uses to transform properties of a bean to a String, usable in HTML forms. This tag uses that PropertyEditor to transform objects passed into this tag.

    从以下版本开始:
    20.09.2003
    作者:
    Alef Arendsen, Juergen Hoeller
    另请参阅:
    BindTag, 序列化表格