Interface GroovyMarkupConfig
- All Known Implementing Classes:
GroovyMarkupConfigurer
public interface GroovyMarkupConfig
Interface to be implemented by objects that configure and manage a GroovyMarkupTemplateEnginefor automatic lookup in a web environment. Detected and used byGroovyMarkupView.- Since:
- 4.1
- Author:
- Brian Clozel
- See Also:
GroovyMarkupConfigurer
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description groovy.text.markup.MarkupTemplateEnginegetTemplateEngine()Return the GroovyMarkupTemplateEnginefor the current web application context.
Method Detail
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