Skip to content

Commit ba48d64

Browse files
committed
Mention Groovy Markup Templates in ref doc
Add a section on Groovy Markup Template support and reorder sections in the View Technologies chapter, to have in order: * Thymeleaf * Groovy Markup Template * Velocity and Freemarker * JSPs * Script Templates * other views... Issue: SPR-12829
1 parent e72b821 commit ba48d64

File tree

3 files changed

+1107
-1024
lines changed

3 files changed

+1107
-1024
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
* @author Rossen Stoyanchev
8080
* @since 4.1
8181
* @see GroovyMarkupView
82-
* @see <a href="http://beta.groovy-lang.org/docs/groovy-2.3.2/html/documentation/markup-template-engine.html">
82+
* @see <a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">
8383
* Groovy Markup Template engine documentation</a>
8484
*/
8585
public class GroovyMarkupConfigurer extends TemplateConfiguration

spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @since 4.1
4646
* @see GroovyMarkupViewResolver
4747
* @see GroovyMarkupConfigurer
48-
* @see <a href="http://beta.groovy-lang.org/docs/groovy-2.3.2/html/documentation/markup-template-engine.html">
48+
* @see <a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">
4949
* Groovy Markup Template engine documentation</a>
5050
*/
5151
public class GroovyMarkupView extends AbstractTemplateView {

0 commit comments

Comments
 (0)