Uses of Class
play.templates.Template
-
Packages that use Template Package Description play play.exceptions play.mvc.results play.plugins play.templates play.templates.types -
-
Uses of Template in play
Methods in play that return Template Modifier and Type Method Description Template
PlayPlugin. loadTemplate(VirtualFile file)
Methods in play with parameters of type Template Modifier and Type Method Description void
PlayPlugin. onTemplateCompilation(Template template)
Deprecated. -
Uses of Template in play.exceptions
Methods in play.exceptions that return Template Modifier and Type Method Description Template
TemplateException. getTemplate()
Constructors in play.exceptions with parameters of type Template Constructor 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)
-
Uses of Template in play.mvc.results
Constructors in play.mvc.results with parameters of type Template Constructor Description RenderTemplate(Template template, java.util.Map<java.lang.String,java.lang.Object> arguments)
-
Uses of Template in play.plugins
Methods in play.plugins that return Template Modifier and Type Method Description Template
PluginCollection. loadTemplate(VirtualFile file)
-
Uses of Template in play.templates
Subclasses of Template in play.templates Modifier and Type Class Description class
BaseTemplate
class
GroovyTemplate
Methods in play.templates that return Template Modifier and Type Method Description static Template
TemplateLoader. load(java.lang.String path)
Load a templatestatic Template
TemplateLoader. load(VirtualFile file)
Load a template from a virtual fileMethods in play.templates that return types with arguments of type Template Modifier and Type Method Description static java.util.List<Template>
TemplateLoader. getAllTemplate()
List all found templatesMethods in play.templates with parameters of type Template Modifier and Type Method Description java.lang.String
SafeFormatter. format(Template template, java.lang.Object value)
-
Uses of Template in play.templates.types
Methods in play.templates.types with parameters of type Template Modifier and Type Method Description java.lang.String
SafeCSVFormatter. format(Template template, java.lang.Object value)
java.lang.String
SafeHTMLFormatter. format(Template template, java.lang.Object value)
java.lang.String
SafeXMLFormatter. format(Template template, java.lang.Object value)
-