play.templates
Class GroovyTemplateCompiler

java.lang.Object
  extended by play.templates.TemplateCompiler
      extended by play.templates.GroovyTemplateCompiler

public class GroovyTemplateCompiler
extends TemplateCompiler

The template compiler


Field Summary
static java.util.List<java.lang.String> extensionsClassnames
           
protected static int maxPlainTextLength
           
 
Constructor Summary
GroovyTemplateCompiler()
           
 
Method Summary
 BaseTemplate compile(BaseTemplate template)
           
 
Methods inherited from class play.templates.TemplateCompiler
compile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensionsClassnames

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

maxPlainTextLength

protected static final int maxPlainTextLength
See Also:
Constant Field Values
Constructor Detail

GroovyTemplateCompiler

public GroovyTemplateCompiler()
Method Detail

compile

public BaseTemplate compile(BaseTemplate template)
Overrides:
compile in class TemplateCompiler


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