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(java.lang.String action,
java.util.Map<java.lang.String,java.lang.Object> args,
Template template,
java.lang.Integer line) |
NoRouteFoundException(java.lang.String file,
Template template,
java.lang.Integer line) |
TemplateCompilationException(Template template,
java.lang.Integer lineNumber,
java.lang.String message) |
TemplateException(Template template,
java.lang.Integer lineNumber,
java.lang.String message) |
TemplateException(Template template,
java.lang.Integer lineNumber,
java.lang.String message,
java.lang.Throwable cause) |
TemplateExecutionException(Template template,
java.lang.Integer lineNumber,
java.lang.String message,
java.lang.Throwable cause) |
TemplateNotFoundException(java.lang.String path,
Template template,
java.lang.Integer line) |
Constructor and Description |
---|
RenderTemplate(Template template,
java.util.Map<java.lang.String,java.lang.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(java.lang.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 java.util.List<Template> |
TemplateLoader.getAllTemplate()
List all found templates
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SafeFormatter.format(Template template,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SafeXMLFormatter.format(Template template,
java.lang.Object value) |
java.lang.String |
SafeHTMLFormatter.format(Template template,
java.lang.Object value) |
java.lang.String |
SafeCSVFormatter.format(Template template,
java.lang.Object value) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly