Package play.templates
Class GroovyInlineTags
- java.lang.Object
-
- play.templates.GroovyInlineTags
-
public class GroovyInlineTags extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroovyInlineTags.CALL
-
Constructor Summary
Constructors Constructor Description GroovyInlineTags()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String_else(int index, GroovyInlineTags.CALL f)static java.lang.String_elseif(int index, GroovyInlineTags.CALL f)static java.lang.String_if(int index, GroovyInlineTags.CALL f)static java.lang.String_ifnot(int index, GroovyInlineTags.CALL f)static java.lang.String_list(int index, GroovyInlineTags.CALL f)
-
-
-
Method Detail
-
_if
public static java.lang.String _if(int index, GroovyInlineTags.CALL f)
-
_ifnot
public static java.lang.String _ifnot(int index, GroovyInlineTags.CALL f)
-
_else
public static java.lang.String _else(int index, GroovyInlineTags.CALL f)
-
_elseif
public static java.lang.String _elseif(int index, GroovyInlineTags.CALL f)
-
_list
public static java.lang.String _list(int index, GroovyInlineTags.CALL f)
-
-