play.templates
类 GroovyTemplateCompiler

java.lang.Object
  继承者 play.templates.TemplateCompiler
      继承者 play.templates.GroovyTemplateCompiler

public class GroovyTemplateCompiler
extends TemplateCompiler

The template compiler


字段摘要
static java.util.List<java.lang.String> extensionsClassnames
           
protected static int maxPlainTextLength
           
 
构造方法摘要
GroovyTemplateCompiler()
           
 
方法摘要
 BaseTemplate compile(BaseTemplate template)
           
 
从类 play.templates.TemplateCompiler 继承的方法
compile
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

extensionsClassnames

public static java.util.List<java.lang.String> extensionsClassnames

maxPlainTextLength

protected static final int maxPlainTextLength
另请参见:
常量字段值
构造方法详细信息

GroovyTemplateCompiler

public GroovyTemplateCompiler()
方法详细信息

compile

public BaseTemplate compile(BaseTemplate template)
覆盖:
TemplateCompiler 中的 compile


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly