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
master
Brian Clozel 9 years ago
parent e72b821a73
commit ba48d6489f
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupConfigurer.java
  2. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/view/groovy/GroovyMarkupView.java
  3. 2127
      src/asciidoc/web-view.adoc

@ -79,7 +79,7 @@ import org.springframework.util.StringUtils;
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
* @since 4.1 * @since 4.1
* @see GroovyMarkupView * @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> * Groovy Markup Template engine documentation</a>
*/ */
public class GroovyMarkupConfigurer extends TemplateConfiguration public class GroovyMarkupConfigurer extends TemplateConfiguration

@ -45,7 +45,7 @@ import org.springframework.web.util.NestedServletException;
* @since 4.1 * @since 4.1
* @see GroovyMarkupViewResolver * @see GroovyMarkupViewResolver
* @see GroovyMarkupConfigurer * @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> * Groovy Markup Template engine documentation</a>
*/ */
public class GroovyMarkupView extends AbstractTemplateView { public class GroovyMarkupView extends AbstractTemplateView {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save