Interface GroovyMarkupConfig
- All Known Implementing Classes:
 GroovyMarkupConfigurer
public interface GroovyMarkupConfig
Interface to be implemented by objects that configure and manage a Groovy
 
MarkupTemplateEngine for automatic lookup in a web environment.
 Detected and used by GroovyMarkupView.- Since:
 - 4.1
 - Author:
 - Brian Clozel
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptiongroovy.text.markup.MarkupTemplateEngineReturn the GroovyMarkupTemplateEnginefor the current web application context. 
- 
Method Details
- 
getTemplateEngine
groovy.text.markup.MarkupTemplateEngine getTemplateEngine()Return the GroovyMarkupTemplateEnginefor the current web application context. May be unique to one servlet, or shared in the root context.- Returns:
 - the Groovy MarkupTemplateEngine engine
 
 
 -