Methods in play.templates with parameters of type Template.ExecutableTemplate |
static void |
FastTags._a(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
Generates a html link to a controller action |
static void |
FastTags._doLayout(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._error(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._errorClass(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._extends(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._form(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
Generates a html form element linked to a controller action |
static void |
FastTags._get(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._ifError(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._ifErrors(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._include(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
FastTags._set(java.util.Map args,
groovy.lang.Closure body,
java.io.PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|