Package | Description |
---|---|
play | |
play.exceptions | |
play.mvc.results | |
play.plugins | |
play.templates | |
play.templates.types |
Modifier and Type | Method and Description |
---|---|
Template |
PlayPlugin.loadTemplate(VirtualFile file) |
Modifier and Type | Method and Description |
---|---|
void |
PlayPlugin.onTemplateCompilation(Template template)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Template |
TemplateException.getTemplate() |
Constructor and Description |
---|
NoRouteFoundException(String action,
Map<String,Object> args,
Template template,
Integer line) |
NoRouteFoundException(String file,
Template template,
Integer line) |
TemplateCompilationException(Template template,
Integer lineNumber,
String message) |
TemplateException(Template template,
Integer lineNumber,
String message) |
TemplateException(Template template,
Integer lineNumber,
String message,
Throwable cause) |
TemplateExecutionException(Template template,
Integer lineNumber,
String message,
Throwable cause) |
TemplateNotFoundException(String path,
Template template,
Integer line) |
Constructor and Description |
---|
RenderTemplate(Template template,
Map<String,Object> arguments) |
Modifier and Type | Method and Description |
---|---|
Template |
PluginCollection.loadTemplate(VirtualFile file) |
Modifier and Type | Class and Description |
---|---|
class |
BaseTemplate |
class |
GroovyTemplate |
Modifier and Type | Method and Description |
---|---|
static Template |
TemplateLoader.load(String path)
Load a template
|
static Template |
TemplateLoader.load(VirtualFile file)
Load a template from a virtual file
|
Modifier and Type | Method and Description |
---|---|
static List<Template> |
TemplateLoader.getAllTemplate()
List all found templates
|
Modifier and Type | Method and Description |
---|---|
String |
SafeFormatter.format(Template template,
Object value) |
Modifier and Type | Method and Description |
---|---|
String |
SafeXMLFormatter.format(Template template,
Object value) |
String |
SafeHTMLFormatter.format(Template template,
Object value) |
String |
SafeCSVFormatter.format(Template template,
Object value) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly