接口 GroovyMarkupConfig

所有已知实现类:
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.
从以下版本开始:
4.0
作者:
Brian Clozel
另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    groovy.text.markup.MarkupTemplateEngine
    Return the Groovy MarkupTemplateEngine for the current web application context.
  • 方法详细资料

    • getTemplateEngine

      groovy.text.markup.MarkupTemplateEngine getTemplateEngine()
      Return the Groovy MarkupTemplateEngine for the current web application context. May be unique to one servlet, or shared in the root context.
      返回:
      the Groovy MarkupTemplateEngine engine