public class FastTags
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
FastTags.Namespace |
Constructor and Description |
---|
FastTags() |
Modifier and Type | Method and Description |
---|---|
static void |
_a(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine)
Generates a html link to a controller action
|
static void |
_authenticityToken(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_cache(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_doLayout(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_embeddedImage(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_error(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_errorClass(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_extends(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_field(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.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(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine)
Generates a html form element linked to a controller action
|
static void |
_get(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_ifError(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_ifErrors(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_include(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_jsAction(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_jsRoute(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_option(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_render(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_set(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static void |
_verbatim(java.util.Map<?,?> args,
groovy.lang.Closure body,
java.io.PrintWriter out,
GroovyTemplate.ExecutableTemplate template,
int fromLine) |
static java.lang.String |
serialize(java.util.Map<?,?> args,
java.lang.String... unless) |
public static void _cache(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _verbatim(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _jsAction(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _jsRoute(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _authenticityToken(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _option(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _form(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.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(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.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(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.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(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _ifError(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _errorClass(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _error(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _doLayout(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _get(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _set(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _extends(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _include(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _render(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static void _embeddedImage(java.util.Map<?,?> args, groovy.lang.Closure body, java.io.PrintWriter out, GroovyTemplate.ExecutableTemplate template, int fromLine)
public static java.lang.String serialize(java.util.Map<?,?> args, java.lang.String... unless)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly