Tag Summary |
argument | Argument tag based on the JSTL fmt:param tag. The purpose is to support arguments inside the spring:message and spring:theme tags. |
bind | Provides BindStatus object for the given bind path. 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). |
escapeBody | Escapes its enclosed body content, applying HTML escaping and/or JavaScript escaping. 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). |
eval | Evaluates a Spring expression (SpEL) and either prints the result or assigns it to a variable. |
hasBindErrors | Provides Errors instance in case of bind errors. 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). |
htmlEscape | Sets default HTML escape value for the current page. Overrides a "defaultHtmlEscape" context-param in web.xml, if any. |
message | Retrieves the message with the given code, or text if code isn't resolvable. 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). |
nestedPath | Sets a nested path to be used by the bind tag's path. |
param | Parameter tag based on the JSTL c:param tag. The sole purpose is to support params inside the spring:url tag. |
theme | Retrieves the theme message with the given code, or text if code isn't resolvable. 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). |
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). |
url | URL tag based on the JSTL c:url tag. This variant is fully backwards compatible with the standard tag. Enhancements include support for URL template parameters. |