File tree 5 files changed +9
-9
lines changed
framework-docs/modules/ROOT/pages/web
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ The following table shows the templating libraries that we have tested on differ
225
225
|Scripting Library |Scripting Engine
226
226
|https://handlebarsjs.com/[Handlebars] |https://openjdk.java.net/projects/nashorn/[Nashorn]
227
227
|https://mustache.github.io/[Mustache] |https://openjdk.java.net/projects/nashorn/[Nashorn]
228
- |https://facebook.github.io/ react/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
229
- |https://www.embeddedjs.com /[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
230
- |https://www.stuartellis.name/articles/erb/ [ERB] |https://www.jruby.org[JRuby]
228
+ |https://react.dev /[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
229
+ |https://ejs.co /[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
230
+ |https://docs.ruby-lang.org/en/master/ERB.html [ERB] |https://www.jruby.org[JRuby]
231
231
|https://docs.python.org/2/library/string.html#template-strings[String templates] |https://www.jython.org/[Jython]
232
232
|https://github.com/sdeleuze/kotlin-script-templating[Kotlin Script templating] |{kotlin-site}[Kotlin]
233
233
|===
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ locale and language specific resource bundles.
57
57
For further custom handling of method validation errors, you can extend
58
58
`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
59
59
or in a `@ControllerAdvice`, and handle `HandlerMethodValidationException` directly.
60
- The exception contains a list of``ParameterValidationResult``s that group validation errors
60
+ The exception contains a list of ``ParameterValidationResult``s that group validation errors
61
61
by method parameter. You can either iterate over those, or provide a visitor with callback
62
62
methods by controller method parameter type:
63
63
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ templating libraries on different script engines:
13
13
|Scripting Library |Scripting Engine
14
14
|https://handlebarsjs.com/[Handlebars] |https://openjdk.java.net/projects/nashorn/[Nashorn]
15
15
|https://mustache.github.io/[Mustache] |https://openjdk.java.net/projects/nashorn/[Nashorn]
16
- |https://facebook.github.io/ react/[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
17
- |https://www.embeddedjs.com /[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
18
- |https://www.stuartellis.name/articles/erb/ [ERB] |https://www.jruby.org[JRuby]
16
+ |https://react.dev /[React] |https://openjdk.java.net/projects/nashorn/[Nashorn]
17
+ |https://ejs.co /[EJS] |https://openjdk.java.net/projects/nashorn/[Nashorn]
18
+ |https://docs.ruby-lang.org/en/master/ERB.html [ERB] |https://www.jruby.org[JRuby]
19
19
|https://docs.python.org/2/library/string.html#template-strings[String templates] |https://www.jython.org/[Jython]
20
20
|https://github.com/sdeleuze/kotlin-script-templating[Kotlin Script templating] |{kotlin-site}[Kotlin]
21
21
|===
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ locale and language specific resource bundles.
57
57
For further custom handling of method validation errors, you can extend
58
58
`ResponseEntityExceptionHandler` or use an `@ExceptionHandler` method in a controller
59
59
or in a `@ControllerAdvice`, and handle `HandlerMethodValidationException` directly.
60
- The exception contains a list of``ParameterValidationResult``s that group validation errors
60
+ The exception contains a list of ``ParameterValidationResult``s that group validation errors
61
61
by method parameter. You can either iterate over those, or provide a visitor with callback
62
62
methods by controller method parameter type:
63
63
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ reference documentation, including:
13
13
* {docs-spring-security}/features/exploits/csrf.html#csrf-protection[CSRF protection]
14
14
* {docs-spring-security}/features/exploits/headers.html[Security Response Headers]
15
15
16
- https://hdiv.org/ [HDIV] is another web security framework that integrates with Spring MVC.
16
+ https://github.com/hdiv/hdiv [HDIV] is another web security framework that integrates with Spring MVC.
17
17
18
18
19
19
You can’t perform that action at this time.
0 commit comments