spring
Tag transform


Provides transformation of variables to Strings, using an appropriate custom PropertyEditor from BindTag (can only be used inside BindTag). The HTML escaping flag participates in a page-wide or application-wide setting (i.e. by HtmlEscapeTag or a 'defaultHtmlEscape' context-param in web.xml).


Tag Information
Tag Classorg.springframework.web.servlet.tags.TransformTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
htmlEscapefalsetruejava.lang.StringSet HTML escaping for this tag, as boolean value. Overrides the default HTML escaping setting for the current page.
scopefalsetruejava.lang.StringThe scope to use when exported the result to a variable. This attribute is only used when var is also set. Possible values are page, request, session and application.
valuetruetruejava.lang.StringThe value to transform. This is the actual object you want to have transformed (for instance a Date). Using the PropertyEditor that is currently in use by the 'spring:bind' tag.
varfalsetruejava.lang.StringThe string to use when binding the result to the page, request, session or application scope. If not specified, the result gets outputted to the writer (i.e. typically directly to the JSP).

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.