This bean must be included in the application context of any application using the Spring MVC {@link GroovyMarkupView} for rendering. It exists purelyfor the purpose of configuring Groovy's Markup templates. It is not meant to be referenced by application components directly. It implements GroovyMarkupConfig to be found by GroovyMarkupView without depending on a bean name. Each DispatcherServlet can define its own GroovyMarkupConfigurer if desired.
Note that resource caching is enabled by default in {@link MarkupTemplateEngine}. Use the {@link #setCacheTemplates(boolean)} to configure that as necessary.
Spring's Groovy Markup template support requires Groovy 2.3.1 or higher. @author Brian Clozel @author Rossen Stoyanchev @since 4.1 @see GroovyMarkupView @see Groovy Markup Template engine documentation
|
|
|
|
|
|