接口 GroovyMarkupConfig
- 所有已知实现类:
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.- 从以下版本开始:
- 4.1
- 作者:
- Brian Clozel
- 另请参阅:
GroovyMarkupConfigurer
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 groovy.text.markup.MarkupTemplateEnginegetTemplateEngine()Return the GroovyMarkupTemplateEnginefor the current web application context.
方法详细资料
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.- 返回:
- the Groovy MarkupTemplateEngine engine