Uses of Class
play.templates.GroovyInlineTags.CALL
-
Packages that use GroovyInlineTags.CALL Package Description play.templates -
-
Uses of GroovyInlineTags.CALL in play.templates
Methods in play.templates that return GroovyInlineTags.CALL Modifier and Type Method Description static GroovyInlineTags.CALL
GroovyInlineTags.CALL. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GroovyInlineTags.CALL[]
GroovyInlineTags.CALL. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in play.templates with parameters of type GroovyInlineTags.CALL Modifier and Type Method Description static java.lang.String
GroovyInlineTags. _else(int index, GroovyInlineTags.CALL f)
static java.lang.String
GroovyInlineTags. _elseif(int index, GroovyInlineTags.CALL f)
static java.lang.String
GroovyInlineTags. _if(int index, GroovyInlineTags.CALL f)
static java.lang.String
GroovyInlineTags. _ifnot(int index, GroovyInlineTags.CALL f)
static java.lang.String
GroovyInlineTags. _list(int index, GroovyInlineTags.CALL f)
-