diff --git a/samples/contacts/src/main/webapp/common/WEB-INF/spring.tld b/samples/contacts/src/main/webapp/common/WEB-INF/spring.tld index 23427a7eb3..1bc7091f03 100644 --- a/samples/contacts/src/main/webapp/common/WEB-INF/spring.tld +++ b/samples/contacts/src/main/webapp/common/WEB-INF/spring.tld @@ -3,7 +3,7 @@ - 1.0 + 1.1.1 1.2 @@ -13,6 +13,7 @@ Spring Framework JSP Tag Library. Authors: Rod Johnson, Juergen Hoeller + htmlEscape @@ -21,6 +22,7 @@ Sets default HTML escape value for the current page. + Overrides a "defaultHtmlEscape" context-param in web.xml, if any. @@ -31,6 +33,34 @@ + + + + escapeBody + org.springframework.web.servlet.tags.EscapeBodyTag + JSP + + + 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). + + + + htmlEscape + false + true + + + + javaScriptEscape + false + true + + + + + message @@ -39,6 +69,8 @@ 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). @@ -47,20 +79,45 @@ true + + arguments + false + true + + text false true + + var + false + true + + + + scope + false + true + + htmlEscape false true + + javaScriptEscape + false + true + + + theme @@ -69,6 +126,8 @@ 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). @@ -77,20 +136,45 @@ true + + arguments + false + true + + text false true + + var + false + true + + + + scope + false + true + + htmlEscape false true + + javaScriptEscape + false + true + + + hasBindErrors @@ -99,15 +183,15 @@ 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). - errors org.springframework.validation.Errors - name true @@ -122,6 +206,31 @@ + + + + nestedPath + org.springframework.web.servlet.tags.NestedPathTag + JSP + + + Sets a nested path to be used by the bind tag's path. + + + + nestedPath + java.lang.String + + + + path + true + true + + + + + bind @@ -129,22 +238,28 @@ JSP - Provides BindStatus instance for certain bind path. + 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). - status - org.springframework.web.servlet.tags.BindStatus + org.springframework.web.servlet.support.BindStatus - path true true + + ignoreNestedPath + false + true + + htmlEscape false @@ -152,7 +267,8 @@ - + + transform @@ -160,15 +276,17 @@ JSP - Provides transformation of variables to Strings using appropriate - Custom Editor from BindTag (can only be used inside BindTag) + 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). - - value - true - true - + + value + true + true + var