Uses of Class
play.templates.Template

Packages that use Template
play   
play.exceptions   
play.mvc.results   
play.plugins   
play.templates   
 

Uses of Template in play
 

Methods in play that return Template
 Template PlayPlugin.loadTemplate(VirtualFile file)
           
 

Methods in play with parameters of type Template
 void PlayPlugin.onTemplateCompilation(Template template)
          Deprecated. 
 

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(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
RenderTemplate(Template template, java.util.Map<java.lang.String,java.lang.Object> args)
           
 

Uses of Template in play.plugins
 

Methods in play.plugins that return Template
 Template PluginCollection.loadTemplate(VirtualFile file)
           
 

Uses of Template in play.templates
 

Subclasses of Template in play.templates
 class BaseTemplate
          A template
 class GroovyTemplate
          A template
 

Methods in play.templates that return Template
static Template TemplateLoader.load(java.lang.String path)
          Load a template
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 java.util.List<Template> TemplateLoader.getAllTemplate()
          List all found templates
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly