|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Template | |
|---|---|
| play.exceptions | |
| play.mvc.results | |
| play.templates | |
| Uses of Template in play.exceptions |
|---|
| Methods in play.exceptions that return Template | |
|---|---|
Template |
TemplateException.getTemplate()
|
| Constructors in play.exceptions with parameters of type Template | |
|---|---|
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)
|
|
| Uses of Template in play.mvc.results |
|---|
| Constructors in play.mvc.results with parameters of type Template | |
|---|---|
RenderTemplate(Template template,
Map<String,Object> args)
|
|
| Uses of Template in play.templates |
|---|
| Fields in play.templates with type parameters of type Template | |
|---|---|
static ThreadLocal<Template> |
Template.currentTemplate
|
static ThreadLocal<Template> |
Template.layout
|
protected static Map<String,Template> |
TemplateLoader.templates
|
| Methods in play.templates that return Template | |
|---|---|
static Template |
TemplateCompiler.compile(String key,
String source)
|
static Template |
TemplateCompiler.compile(VirtualFile file)
|
static Template |
TemplateLoader.load(String path)
Load a template |
static Template |
TemplateLoader.load(String key,
String source)
Load a template from a String |
static Template |
TemplateLoader.load(VirtualFile file)
Load a template from a virtual file |
| Methods in play.templates that return types with arguments of type Template | |
|---|---|
static List<Template> |
TemplateLoader.getAllTemplate()
List all found templates |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||