mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
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
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 4.1
|
||||
* @see GroovyMarkupView
|
||||
* @see <a href="http://beta.groovy-lang.org/docs/groovy-2.3.2/html/documentation/markup-template-engine.html">
|
||||
* @see <a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">
|
||||
* Groovy Markup Template engine documentation</a>
|
||||
*/
|
||||
public class GroovyMarkupConfigurer extends TemplateConfiguration
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ import org.springframework.web.util.NestedServletException;
|
||||
* @since 4.1
|
||||
* @see GroovyMarkupViewResolver
|
||||
* @see GroovyMarkupConfigurer
|
||||
* @see <a href="http://beta.groovy-lang.org/docs/groovy-2.3.2/html/documentation/markup-template-engine.html">
|
||||
* @see <a href="http://groovy-lang.org/templating.html#_the_markuptemplateengine">
|
||||
* Groovy Markup Template engine documentation</a>
|
||||
*/
|
||||
public class GroovyMarkupView extends AbstractTemplateView {
|
||||
|
||||
+821
-738
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user