public class FastTags extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FastTags.Namespace |
Constructor and Description |
---|
FastTags() |
Modifier and Type | Method and Description |
---|---|
static void |
_a(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine)
Generates a html link to a controller action
|
static void |
_authenticityToken(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_cache(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_doLayout(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_embeddedImage(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_error(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_errorClass(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_extends(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_field(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine)
The field tag is a helper, based on the spirit of Don't Repeat Yourself.
|
static void |
_form(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.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,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_ifError(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_ifErrors(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_include(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_jsAction(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_jsRoute(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_option(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_render(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_set(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_verbatim(Map<?,?> args,
groovy.lang.Closure body,
PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static String |
serialize(Map<?,?> args,
String... unless) |
public static void _cache(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _verbatim(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _jsAction(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _jsRoute(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _authenticityToken(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _option(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _form(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
args
- tag attributesbody
- tag inner bodyout
- the output writertemplate
- enclosing templatefromLine
- template line number where the tag is definedpublic static void _field(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
args
- tag attributesbody
- tag inner bodyout
- the output writertemplate
- enclosing templatefromLine
- template line number where the tag is definedpublic static void _a(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
args
- tag attributesbody
- tag inner bodyout
- the output writertemplate
- enclosing templatefromLine
- template line number where the tag is definedpublic static void _ifErrors(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _ifError(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _errorClass(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _error(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _doLayout(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _get(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _set(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _extends(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _include(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _render(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _embeddedImage(Map<?,?> args, groovy.lang.Closure body, PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly