play.templates
Class FastTags
java.lang.Object
play.templates.FastTags
public class FastTags
- extends Object
Fast tags implementation
|
Method Summary |
static void |
_a(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
Generates a html link to a controller action |
static void |
_authenticityToken(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_doLayout(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_error(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_errorClass(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_extends(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_form(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
Generates a html form element linked to a controller action |
static void |
_get(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_ifError(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_ifErrors(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_include(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_jsAction(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_option(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_select(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_set(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
static void |
_verbatim(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastTags
public FastTags()
_verbatim
public static void _verbatim(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_jsAction
public static void _jsAction(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_authenticityToken
public static void _authenticityToken(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_select
public static void _select(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_option
public static void _option(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_form
public static void _form(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
- Generates a html form element linked to a controller action
- Parameters:
args - tag attributesbody - tag inner bodyout - the output writertemplate - encloding templatefromLine - template line number where the tag is defined
_a
public static void _a(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
- Generates a html link to a controller action
- Parameters:
args - tag attributesbody - tag inner bodyout - the output writertemplate - encloding templatefromLine - template line number where the tag is defined
_ifErrors
public static void _ifErrors(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_ifError
public static void _ifError(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_errorClass
public static void _errorClass(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_error
public static void _error(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_doLayout
public static void _doLayout(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_get
public static void _get(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_set
public static void _set(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_extends
public static void _extends(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
_include
public static void _include(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
Template.ExecutableTemplate template,
int fromLine)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly