Package | Description |
---|---|
play | |
play.plugins | |
play.templates |
Modifier and Type | Method and Description |
---|---|
String |
PlayPlugin.overrideTemplateSource(BaseTemplate template,
String source) |
Modifier and Type | Method and Description |
---|---|
String |
PluginCollection.overrideTemplateSource(BaseTemplate template,
String source) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyTemplate |
Modifier and Type | Field and Description |
---|---|
protected BaseTemplate |
TemplateCompiler.template |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<BaseTemplate> |
BaseTemplate.currentTemplate |
static ThreadLocal<BaseTemplate> |
BaseTemplate.layout |
protected static Map<String,BaseTemplate> |
TemplateLoader.templates |
Modifier and Type | Method and Description |
---|---|
BaseTemplate |
TemplateCompiler.compile(BaseTemplate template) |
BaseTemplate |
GroovyTemplateCompiler.compile(BaseTemplate template) |
BaseTemplate |
TemplateCompiler.compile(VirtualFile file) |
static BaseTemplate |
TemplateLoader.load(String key,
String source)
Load a template from a String
|
static BaseTemplate |
TemplateLoader.load(String key,
String source,
boolean reload)
Clean the cache for that key
Then load a template from a String
|
static BaseTemplate |
TemplateLoader.loadString(String source)
Load template from a String, but don't cache it
|
Modifier and Type | Method and Description |
---|---|
BaseTemplate |
TemplateCompiler.compile(BaseTemplate template) |
BaseTemplate |
GroovyTemplateCompiler.compile(BaseTemplate template) |
protected void |
TemplateCompiler.generate(BaseTemplate template) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly